Re: [Pythonmac-SIG] Framework does not get copied for standalone build: 0.4.3

2009-10-16 Thread hari jayaram
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

Re: [Pythonmac-SIG] Framework does not get copied for standalone build: 0.4.3

2009-10-15 Thread Ronald Oussoren
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

Re: [Pythonmac-SIG] Framework does not get copied for standalone build: 0.4.3

2009-10-14 Thread Chris Barker
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

Re: [Pythonmac-SIG] Framework does not get copied for standalone build: 0.4.3

2009-10-14 Thread hari jayaram
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

Re: [Pythonmac-SIG] Framework does not get copied for standalone build: 0.4.3

2009-10-14 Thread Chris Barker
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,

Re: [Pythonmac-SIG] Framework does not get copied for standalone build: 0.4.3

2009-10-14 Thread Kevin Walzer
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