[Pythonmac-SIG] ANN: Pycotine 0.4 available!

Just van Rossum just at letterror.com
Wed Sep 10 14:54:10 EDT 2003


Dinu Gherman wrote:

> A close inspection reveals that the start script, ...MacOS/Pycotine
> fails to propperly set $execdir, making it an empty string:
> 
> #!/bin/sh
> 
> execdir=$(dirname ${0})
> executable=${execdir}/python
> resdir=$(dirname ${execdir})/Resources
> main=${resdir}/__main__.py
> PYTHONPATH=$resdir
> export PYTHONPATH
> exec ${executable} ${main} ${1}

Euh, that's a _very_ old version of the bootstrap script. Later versions
treated paths with spaces better (maybe that's the problem here).
However, these days it's in Python (again). Are you using an older
version of PyObjC perhaps? You should carefully check which
bundlebuilder.py version(s) you have installed, perhaps an older version
is hiding a newer one?

Just



More information about the Pythonmac-SIG mailing list