> 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
___
[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
>> 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
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.