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] py2app, system Python, and Mac App Store

2012-05-04 Thread Ronald Oussoren
On 4 May, 2012, at 0:53, Kevin Walzer wrote: > My recent difficulties getting a Python app uploaded to the Mac App Store > (owing to apparent issues with Apple's uploader, which seems to strip out > symlinks in the embedded framework) That sucks. > have prompted me to look at deploying a ver

Re: [Pythonmac-SIG] py2app, system Python, and Mac App Store

2012-05-04 Thread Kevin Walzer
On 5/4/12 3:32 AM, Ronald Oussoren wrote: --semi-standalone without --site-packages should result in a build that doesn't access your site-packages directory (and that includes /Library/Frameworks/Python). The Apple provided bits are considered part of the stdlib for this (twisted, pyobjc, ...