Re: [wxpython-users] py2app Mac
by Christopher Barker other posts by this author
May 8 2008 11:42AM messages near this date
Re: [wxpython-users] py2app Mac
|
Re: [wxpython-users] py2app Mac
Mariano Di Felice wrote:
> When I start my app in another mac, there is this exception:
>
> "Import Image"
> ImportError: No module named Image
>
> any another suggestion???
How did you install PIL? where does it live?
As I said, the py2app recipe should handle this, and it does for me.
Do make sure you have the latest py2app
> >> File "build/bdist.macosx-10.3-i386/egg/modulegraph/find_modules.py",
> >> line 179, in find_needed_modules
> > Some of these paths seem a bit squirrelly. Are you sure you have
> > py2app and it's dependencies installed correctly?
I agree -- it looks like you're running py2app from it's install dir,
rather than in the system python -- not sure what difference that would
make, but it's worth trying.
by the way, you might want to post this to the pythonmac list, it's no
longer a wx issue, and there may be folks there that can help.
One more note -- a *.app is just a special directory -- you can look in
it and see what got put where. either use the command line, or right
click on it and select "Show Package Contents"
-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@[...].gov
_______________________________________________
wxpython-users mailing list
wxpython-users@[...].org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
Thread:
Chester
Werner F. Bruhin
Mariano Di Felice
Robin Dunn
Robin Dunn
Christopher Barker
Mariano Di Felice
Christopher Barker
Mariano Di Felice
Christopher Barker
Mariano Di Felice
Christopher Barker
Mariano Di Felice
Robin Dunn
Mariano Di Felice
Robin Dunn
Mariano Di Felice
Chester
Tim Roberts
Chester
Werner F. Bruhin
Chester
|