Hi Ronald.
1) python -c 'import sys; print sys.prefix' returns
/Library/Frameworks/Python.framework/Versions/2.6
2) My Simple sayhello.py
#!/usr/bin/python
import wx
class MyFrame(wx.Frame):
def __init__(self,*args,**kwds):
kwds["size"] = (640,480)
wx.Fr
On 15 Oct, 2009, at 5:36, Chris Barker wrote:
hari jayaram wrote:
In my several tests over the last few days. I can definitely say that
without forcing the standalone build , when I used the python from
python.org ( both 2.5.5 and 2.6.3) . py2app never created a
standalone
build. It bundles
hari jayaram wrote:
In my several tests over the last few days. I can definitely say that
without forcing the standalone build , when I used the python from
python.org ( both 2.5.5 and 2.6.3) . py2app never created a standalone
build. It bundles the required libraries but never includes the syste
Thanks for your emails ..
In my several tests over the last few days. I can definitely say that
without forcing the standalone build , when I used the python from
python.org ( both 2.5.5 and 2.6.3) . py2app never created a standalone
build. It bundles the required libraries but never includes the
Kevin Walzer wrote:
I wonder if the problem is with py2applet and the build script it
generates?
Maybe, you seem to be making this more complicated than it should be.
This should do it:
from setuptools import setup
APP = ['GridZilla.py']
DATA_FILES = []
OPTIONS = {'argv_emulation': True,
On 10/14/09 10:45 AM, hari jayaram wrote:
My py2applet build_app.py script has the following line in line 911
pydir = 'python%s'%(info['version'])
When I force a standalone build, the Frameworks directory has no
Python.Framework
The info.plist is setup correctly with the value :
@exec