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 :
@executable_path/../Frameworks/Python.framework/Versions/2.6/Python
If I manually copy the framework to the bundle the bundle works.

SO my  questions are :
1) Is the bundle now standalone and universal i.e can I run it on
Tiger and Leopard , intel and powerpc
2) What should line 911 read to have the Framework copied over correctly


I wonder if the problem is with py2applet and the build script it generates? Writing your own setup.py script for py2app isn't very hard, and wxPython is well-supported by py2app. Try writing your own script and see what happens.
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to