Re: [Pythonmac-SIG] py2app and .so files

2011-03-04 Thread Ned Deily
In article , André Sintzoff wrote: > 2011/3/4 Aahz : > > On Fri, Mar 04, 2011, Andr? Sintzoff wrote: > >> > >> The application is created with: > >> $ python setup.py py2app --use-pythonpath > >> > >> Unfortunately, when > >> $ open ./dist/TortoiseHg.app/Contents/MacOS/TortoiseHg > >> the follo

Re: [Pythonmac-SIG] py2app and .so files

2011-03-04 Thread Chris Weisiger
On Fri, Mar 4, 2011 at 8:57 AM, André Sintzoff wrote: > 2011/3/4 Aahz : > > > > You need to download from python.org; using the built-in Python causes > > py2app to behave differently. > > I just tried to install MacPython > (http://pythonmac.org/packages/py25-fat/dmg/python-2.5-macosx.dmg) > acco

Re: [Pythonmac-SIG] py2app and .so files

2011-03-04 Thread André Sintzoff
2011/3/4 Aahz : > On Fri, Mar 04, 2011, Andr? Sintzoff wrote: >> >> The application is created with: >> $ python setup.py py2app --use-pythonpath >> >> Unfortunately, when >> $ open ./dist/TortoiseHg.app/Contents/MacOS/TortoiseHg >> the following message is displayed >> ImportError: >> '/System/Li

Re: [Pythonmac-SIG] py2app and .so files

2011-03-04 Thread Aahz
On Fri, Mar 04, 2011, Andr? Sintzoff wrote: > > The application is created with: > $ python setup.py py2app --use-pythonpath > > Unfortunately, when > $ open ./dist/TortoiseHg.app/Contents/MacOS/TortoiseHg > the following message is displayed > ImportError: > '/System/Library/Frameworks/Python.fr

[Pythonmac-SIG] py2app and .so files

2011-03-04 Thread André Sintzoff
Hello, I'm trying to create a py2app application built for TortoiseHg (https://bitbucket.org/tortoisehg/thg/wiki/Home). The goal is to provide a Mac OS X stand alone application for TortoiseHg. The application is created with: $ python setup.py py2app --use-pythonpath Unfortunately, when $ open