[Pythonmac-SIG] [py2app] help interpreting py2applet messages

2011-10-20 Thread David Cortesi
Using the latest (20 Oct "tip") version of py2app, using py2applet to build with this command, py2applet ../src/ppqt.py ../ppqt-mac/Marvin.icns all appears to run without error, and a bundle is built (with the icon), but it dies when executed with the console message, ImportError: '/usr/lib/

[Pythonmac-SIG] py2app help needed

2008-10-25 Thread Ryan Govostes
Hello, I'm trying to use py2app but I'm having a few problems getting it to output what I want. I recently built it and its dependencies from their respective Subversion repositories (usually on pythonmac.org). Right now, my application is not built with all of the needed dependencies, in

[Pythonmac-SIG] py2app help

2007-02-26 Thread wrobyn
Hello, pretty new to this stuff. Why Am I getting the invalid image error?: ile "/Users/wrobyn/Documents/LOAD/dist/LOAD!.app/Contents/Resources/__boot__.py", line 31, in _run('Python-1.py') File "/Users/wrobyn/Documents/LOAD/dist/LOAD!.app/Contents/Resources/__boot__.py", line 28, in _

Re: [Pythonmac-SIG] py2app help requested: data files (and where are the examples?)

2006-01-24 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, Bob Ippolito <[EMAIL PROTECTED]> wrote: > On Jan 23, 2006, at 3:24 PM, Russell E. Owen wrote: > > > I'm trying to convert from bundlebuilder to py2app to build my > > application. (...and having trouble getting my data files imported...) > >... > > Here are the el

Re: [Pythonmac-SIG] py2app help requested: data files (and where are the examples?)

2006-01-23 Thread Bob Ippolito
On Jan 23, 2006, at 3:24 PM, Russell E. Owen wrote: > I'm trying to convert from bundlebuilder to py2app to build my > application. > > I installed py2app 0.2 using the installer at > . I have both a working bundlebuilder > script and a working py2exe script to sta

[Pythonmac-SIG] py2app help requested: data files (and where are the examples?)

2006-01-23 Thread Russell E. Owen
I'm trying to convert from bundlebuilder to py2app to build my application. I installed py2app 0.2 using the installer at . I have both a working bundlebuilder script and a working py2exe script to start from. The main question: how do get my data files into the

[Pythonmac-SIG] [py2app help] Argv emulation and lost of focus

2005-01-12 Thread whamoo
Hi to all, I've bundled an application with argv emulation (-a) , but when i start the app this doesn't focus, and the "applicationDidFinishLaunching_" only start when i clik on the icon on the dock.. all works fine but i want the focus on my app when i open it =) Someone can tell me someth