[Pythonmac-SIG] [py2app] [pygame] can't build my app
Christopher Barker
Chris.Barker at noaa.gov
Wed Jun 18 18:16:31 CEST 2008
Pierre-Alain Dorange wrote:
>>> I've also installed py2app.
>> how? which version?
>
> py2app 0.2.5 for python 2.5
That is quite old -- I wouldn't expect it to work.
Also, which Python2.5? I think you're best off with the python.org
version (not the one Apple has delivered with OS-X 10.5)
> Looking again on the web, i found many version for py2app...
>
> 0.4.2 at http://svn.pythonmac.org/py2app/py2app/trunk/
> 0.3.6 at http://pypi.python.org/pypi/py2app/
I'm running 0.3.6, which it looks like what you'd get with easy_install
py2app. However, it might be worth giving the SVN version a try.
>> easy_install macholib==dev
>
> don't know you to do that, sorry.
make sure you have easy_install:
http://peak.telecommunity.com/DevCenter/EasyInstall
then type:
easy_install macholib==dev
in the terminal.
(note: this may not be required with a recent version of py2app)
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker at noaa.gov
More information about the Pythonmac-SIG
mailing list