NOTE: your reply only went to me, not the list -- you need to "reply all".

Smith, Jeff wrote:
Thanks...that did the trick.

good, it wasn't totally clear to me that that was quite what it did!

In case you are interested in the context, we have an automated build
system that works across multiple platforms and use a frozen python app
for some things.  We freeze it to avoid having to install Python on all
the build machines.  We just added Mac to the list of platforms and the
freezing tool that works on Linux and Windows (cx_Freeze) doesn't work
on Mac so I am using py2app for that platform.

It sounds like you are done, but just in case, you might look into bbfreeze -- it works on all those platforms, and while it doesn't build app bundles on OS-X, it may work well for your use.

-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

Reply via email to