Re: [Pythonmac-SIG] py2app and Python 3.2

2011-03-16 Thread Ronald Oussoren
On 16 Mar, 2011, at 11:20, Dan Ross wrote: > Ok, the .app bundles successfully, HOWEVER, at the end of the output I get: > > creating > /Users/danr/Projects/hamilton_py3/dist/gui.app/Contents/Frameworks/Tcl.framework > linking > /Users/danr/Projects/hamilton_py3/dist/gui.app/Contents/Framework

Re: [Pythonmac-SIG] py2app and Python 3.2

2011-03-16 Thread Dan Ross
Ok, the .app bundles successfully, HOWEVER, at the end of the output I get: creating /Users/danr/Projects/hamilton_py3/dist/gui.app/Contents/Frameworks/Tcl.framework linking /Users/danr/Projects/hamilton_py3/dist/gui.app/Contents/Frameworks/Tcl.framework/libtclstub8.5.a -> Versions/8.5/libtcl

Re: [Pythonmac-SIG] py2app and Python 3.2

2011-03-16 Thread Dan Ross
Got it. It's 'wb' to 'w' though right? On Wed, 16 Mar 2011 10:25:00 -0400, Ronald Oussoren wrote: On 16 Mar, 2011, at 10:15, Dan Ross wrote: Hey Ronald- Thanks for the response. I now get the following error: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/V

Re: [Pythonmac-SIG] py2app and Python 3.2

2011-03-16 Thread Ronald Oussoren
On 16 Mar, 2011, at 10:15, Dan Ross wrote: > Hey Ronald- > > Thanks for the response. I now get the following error: > > Traceback (most recent call last): > File "/Library/Frameworks/Python.framework/Versions/3.2/bin/py2applet", line > 9, in >load_entry_point('py2app==0.6', 'console_scr

Re: [Pythonmac-SIG] py2app and Python 3.2

2011-03-16 Thread Dan Ross
Hey Ronald- Thanks for the response. I now get the following error: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.2/bin/py2applet", line 9, in load_entry_point('py2app==0.6', 'console_scripts', 'py2applet')() File "/Library/Frameworks/Pytho