Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73600
| From | john <nospam@no.net> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: py2app dependency determination? |
| Date | 2014-06-25 18:24 -0800 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <log08a$2f2$1@speranza.aioe.org> (permalink) |
| References | <lo598h$qic$1@speranza.aioe.org> <53a63b88$0$29988$c3e8da3$5496439d@news.astraweb.com> |
Steven D'Aprano wrote:
> On Sat, 21 Jun 2014 16:50:22 -0800, john wrote:
>
>> Hi, trying to get py2app to work. It keeps saying that we need
>> Pillow-PIL, which is wrong. And, anyways, Pillow-PIL fails to install.
>>
>> The program works fine as a normal python script, and it doesn't use
>> Pillow- PIL. Any ideas?
>
> Yes.
>
> (1) Since this is specifically a py2app issue, you may have better
> results from asking on a dedicated py2app mailing list.
>
> (2) Is it possible that Pillow or PIL is a dependency of py2app, and the
> error has nothing to do with your script at all? What happens if you run
> py2app on a minimal script like this?
>
> # hello.py
> print("hello world")
>
> (3) If not, please post a minimal set of steps that demonstrates the
> problem, and the *exact* error message generated (if possible). For
> example:
>
> Download py2app version 1.3 from http://some.place.com
>
> Run the py2app installer.
>
> Create a minimal script hello.py (as above)
>
> Run py2app hello.py
>
> The result is ... [whatever actually happens]
>
>
>
We will try that, thank you
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
py2app dependency determination? john <nospam@no.net> - 2014-06-21 16:50 -0800
Re: py2app dependency determination? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-06-22 02:12 +0000
Re: py2app dependency determination? john <nospam@no.net> - 2014-06-25 18:24 -0800
csiph-web