easy_install requires python 2.5

Bug #65698 reported by Luiz Carlos Geron
2
Affects Status Importance Assigned to Milestone
python-setuptools (Ubuntu)
Fix Released
Undecided
Matthias Klose

Bug Description

when installing python2.4-setuptools on Edgy Beta, apt instead installs the package python-setuptools and when I call easy_install I get:

bash: /usr/bin/easy_install: /usr/bin/python2.5: invalid Interpreter: No such file or directory

I believe the first line of easy_install should
#!/usr/bin/python
instead of
#!/usr/bin/python2.5
since the default python version is still 2.4

Revision history for this message
brettatoms (brettatoms) wrote :

also, when trying to run easy_install with python2.5 you get...

error: invalid Python installation: unable to open /usr/include/python2.5/pyconfig.h (No such file or directory)

Changed in python-setuptools:
status: Unconfirmed → Confirmed
Revision history for this message
Matthias Klose (doko) wrote :

> also, when trying to run easy_install with python2.5 you get...
>
> error: invalid Python installation: unable to open
> /usr/include/python2.5/pyconfig.h (No such file or directory)

please install python2.5-dev.

Revision history for this message
Matthias Klose (doko) wrote :

fixed in python-setuptools_0.6c3-1ubuntu4

Changed in python-setuptools:
assignee: nobody → doko
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.