Re: [Pythonmac-SIG] Can't convert simple Python script to bundle with py2app

2008-12-01 Thread Skip Montanaro
> You're building a 2.7? what is that? I thought Python was going from 2.6 to > 3.0. Building from Subversion trunk identifies itself as 2.7a0. There will be a number of other 2.x versions released more-or-less in parallel with 3.y versions. Skip ___

Re: [Pythonmac-SIG] Can't convert simple Python script to bundle with py2app

2008-12-01 Thread Christopher Barker
[EMAIL PROTECTED] wrote: Hmmm... I just built a framework version. I configured like so: ../configure --enable-framework='/Users/skip/Applications' \ --enable-shared --prefix='/Users/skip/local' \ CPPFLAGS='-I/Users/skip/local/include -I/opt/local/include

Re: [Pythonmac-SIG] Can't convert simple Python script to bundle with py2app

2008-11-30 Thread skip
>> Python (from Subversion trunk in this case) was configured using >> --enable-shared, but there is no libpython2.7.dylib to be found >> anywhere inside of the --prefix directory. It does generate a >> libpython2.7.a file. I'm not doing a framework build. Do I need to? Chr

[Pythonmac-SIG] Can't convert simple Python script to bundle with py2app

2008-11-28 Thread skip
I have a trivial little script: #!/usr/bin/env python import os import sys os.execl("/Users/skip/local/bin/gnuclient", *sys.argv[1:]) which I want to convert to a .app bundle. I downloaded and installed py2app using easy_install, successfully ran py2applet to generate a setup.