robin...@cmrr.umn.edu wrote:
I'm trying to create a mac .app on an ubuntu-based system.

That really can't be done -- not without a LOT of work building tools to re-write paths in shared libraries, etc. You need to build a *.app on a Mac. Also, all the binary components of your app- python itself, any complied modules, etc, would all have to be mac-compatible. gcc suport cross-compilation, but I think the version apple ships has a lot of extra stuff in it, so I doubt a stock gcc on Ubuntu could do it.

I've got the
pytz module and am using py2app4.3, setuptools-0.6c11, and python 2.5.2.

However, I get the "No module named pytz.zoneinfo" error when running:

python setup.py py2app

Oddly. That's not an error I'd expect, and this one probably simple, but I don't think it makes any sense to even try to go down this road.

-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.bar...@noaa.gov
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to