distutils linux script installation broken? Sorted
Cory Davis
cdavisNOSP at NOSPstaffmail.ed.ac.uk
Fri Jan 14 04:40:24 EST 2005
Problem solved. I was actually using scipy_distutils and not distutils,
without good reason. Changing setup.py to use distutils made the
problem go away.
Cory.
Cory Davis wrote:
> Hi all,
> I have been successfully deploying my own python package with distutils
> for some time now, but lately, with Python 2.4, the build_scripts
> command has been behaving badly. In the part where it is supposed to
> adjust the first line of the script it now produces
>
> #!None
>
> instead of
>
> #!/whereverpythonis/python
>
> Has anyone else encountered this?
>
> Cheers,
> Cory.
>
More information about the Python-list
mailing list