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
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
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
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
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