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

2011-03-07 Thread Ronald Oussoren
On 7 Mar, 2011, at 20:32, André Sintzoff wrote: > 2011/3/7 Ronald Oussoren : >> >> On 6 Mar, 2011, at 20:41, Ned Deily wrote: >> >>> In article >>> , >>> André Sintzoff wrote: >>> > From source, using make local and make install which copies all files in /usr/local/lib/python2.5/site

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

2011-03-07 Thread André Sintzoff
2011/3/7 Ronald Oussoren : > > On 6 Mar, 2011, at 20:41, Ned Deily wrote: > >> 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.a

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

2011-03-07 Thread Virgil Dupras
On 2011-03-07, at 10:37 AM, Ronald Oussoren wrote: > > BTW. Is anyone going to pycon this year? I'll be around until the end of the > sprints, although I intend to do some sightseeing as well. There's two > things I'd like to work on during the sprints: work my way through the open > issues

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

2011-03-07 Thread Ronald Oussoren
On 6 Mar, 2011, at 20:41, Ned Deily wrote: > 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/

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

2011-03-07 Thread Ronald Oussoren
On 6 Mar, 2011, at 13:11, André Sintzoff wrote: > 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 >

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

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

2011-03-05 Thread André Sintzoff
2011/3/4 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/Conte

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