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

2011-03-06 Thread Ned Deily
In article , André Sintzoff wrote: > >From source, using make local and make install which copies all files > in /usr/local/lib/python2.5/site-packages/mercurial/ > > After copying > dist/TortoiseHg.app/Contents/Resources/lib/python2.5/lib-dynload/mercurial/* > in > /System/Library/Framework

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

2011-03-06 Thread André Sintzoff
2011/3/6 Ronald Oussoren : > > On 4 Mar, 2011, at 17:10, Aahz wrote: > >> 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

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

2011-03-06 Thread Ronald Oussoren
On 4 Mar, 2011, at 17:10, Aahz wrote: > 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 >> Im