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

Re: [Pythonmac-SIG] py2app and Python 3.2

2011-03-15 Thread Ronald Oussoren
On 14 Mar, 2011, at 18:53, Dan Ross wrote: > Hi all- > > I have a very small and simple Tkinter/Python 3.2 app that I'm trying to > bundle with py2app. I'm currently sprinting at Pycon and will do a new release afterwards. The current tip of the development repositories should work though, al

[Pythonmac-SIG] py2app and Python 3.2

2011-03-14 Thread Dan Ross
Hi all- I have a very small and simple Tkinter/Python 3.2 app that I'm trying to bundle with py2app. After updating py2app and it's dependencies to "dev" versions I still get the following error: *** creating application bundle: gui *** Traceback (most recent call last): File "/Library/