[Pythonmac-SIG] py2app query from a naif

2010-05-29 Thread William R. Wing
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

[Pythonmac-SIG] Python 3. OS/X 10.6 Ipython

2010-05-29 Thread John Riordan
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

Re: [Pythonmac-SIG] py2app query from a naif

2010-05-29 Thread Christopher Barker
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

[Pythonmac-SIG] Py2App Problems

2010-05-29 Thread RSGames Support
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