I'm trying to get py2app working so I can distribute a python application I've
written for OS-X. I finally succeeded in getting py2app to run to completion
with no errors, and it produces an output bundle with the right name and a cute
icon.
The recipe for success in getting that far was to ov
I am trying to get IPython running with Python 3.1 on OS/X 10.6.3.
The install script for IPython configures it to run with Python 2.6.
Is there a way around this?
___
Pythonmac-SIG maillist - [email protected]
http://mail.python.org/mailman/lis
William R. Wing (Bill Wing) wrote:
I know from reading other py2app exchanges on this list that I can't
distribute Apple's binary, and eventually I'll have to replace it with
one from python.org, but I'd like to get py2app running before I tackle
that hurdle.
What am I missing? Can anyone pl
Hey,
I am having some issues building my program with Py2App. My program makes use
of the PyTTSX package (http://pypi.python.org/pypi/pyttsx/1.0). I know there
are 2 arguments in Py2App that may need to be used (-i and -p). Since PyTTSX is
a package, I first tried the -p parameter. Here is the o