[wxpython-users] py2app Mac

Christopher Barker Chris.Barker at noaa.gov
Fri May 9 09:59:23 PDT 2008


Mariano Di Felice wrote:
> This is my py2app setup.py script:
> 
> from distutils.core import setup
> import os
> 
> includes=["PIL", "PIL._imaging", "PIL._imagingft", "PIL._imagingmath", 
> "PIL._imagingtk", "Image", "PIL.Image"]
> packages = ["PIL", "PIL.Image"]

None of that should be required.

I think your py2app is borked, for some reason.

> I'm tried to install py2app 0.4.2 from svn, but it fails for some 
> reason....

Very frustrating -- sorry.

You really need to post to the pythonmac list, this is a py2app issue, 
not a wxPython one, and that's where the py2app folks hang out:

http://mail.python.org/mailman/listinfo/pythonmac-sig

-Chris

-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov


More information about the wxpython-users mailing list