Re: [Pythonmac-SIG] (PyQt and py2app) Gui starts in IDLE but not as app ...

2012-05-04 Thread Ronald Oussoren
On 4 May, 2012, at 7:18, Jonathan Kossick wrote: > Thanks a lot! Until now I just used the console. I'm new to python on OS X so > I need some time to work me into. > > There are some interesting error messages: > > Class QCocoaColorPanelDelegate is implemented in both > /Users/User/Desktop

Re: [Pythonmac-SIG] (PyQt and py2app) Gui starts in IDLE but not as app ...

2012-05-03 Thread Jonathan Kossick
Thanks a lot! Until now I just used the console. I'm new to python on OS X so I need some time to work me into. There are some interesting error messages: Class QCocoaColorPanelDelegate is implemented in both /Users/User/Desktop/Vokabelprogramm/Mac-Werkstatt/Programm-Ordner/voc2brain.app/Content

Re: [Pythonmac-SIG] (PyQt and py2app) Gui starts in IDLE but not as app ...

2012-05-03 Thread Ronald Oussoren
On 3 May, 2012, at 14:28, Jonathan Kossick wrote: > Hello, my problem is kind of weird. > As long as I run my PyQt application in IDLE everything works great but when > I build an app by using py2app the gui doesn' t start. > I already did a little bit debugging but apparently the application cr

[Pythonmac-SIG] (PyQt and py2app) Gui starts in IDLE but not as app ...

2012-05-03 Thread Jonathan Kossick
Hello, my problem is kind of weird. As long as I run my PyQt application in IDLE everything works great but when I build an app by using py2app the gui doesn' t start. I already did a little bit debugging but apparently the application crashes when I want do show the gui (main.show()). The applicat