Results 1 to 7 of 7
Hi All,
I try to install F2PY-2.43.239_1844 on a Mandrake10.1 with python3.4.4 installed. The problem is when i do
"python setup.py install"
i get the following error message:
"error:invalid Python ...
- 11-15-2004 #1Just Joined!
- Join Date
- Nov 2004
- Posts
- 4
F2PY installation problem
Hi All,
I try to install F2PY-2.43.239_1844 on a Mandrake10.1 with python3.4.4 installed. The problem is when i do
"python setup.py install"
i get the following error message:
"error:invalid Python installation: unable to open /usr/lib/python2.3/config/Makefile (No such file or directory)"
Any help? Thank you...
- 11-15-2004 #2Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
Try linking your current python install to the one it's looking for:
JeremyCode:ln -s /usr/lib/python2.3 /usr/lib/whatever_python_is_called
Registered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 11-15-2004 #3Just Joined!
- Join Date
- Nov 2004
- Posts
- 4
I have searched the /usr/lib and the problem is I have /usr/lib/python2.3 but I do not have /config/Makefile within /usr/lib/python2.3
Originally Posted by jeremy1701
Thanks again
- 11-15-2004 #4Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
Do you have it in /usr/lib/python3.4 ?
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 11-15-2004 #5Just Joined!
- Join Date
- Nov 2004
- Posts
- 4
No, /usr/lib/python2.3 is the only python entry in /usr/lib..
- 11-15-2004 #6Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
I see. You're probably missing the python-devel package. Try installing that.
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 11-15-2004 #7Just Joined!
- Join Date
- Nov 2004
- Posts
- 4
After 2 hours of googling I have found all of the rpm packages (ordinary version with development one) of python 2.3.4. But when i want to install
python2.3-devel-2.3-3pydotorg.i386.rpm i get the following message
"Failed dependencies: python2.3 = 2.3 is needed by python2.3-devel-2.3-3pydotorg"
But as i said, python2.3.4 is already installed.
Thank you for your interest...


Reply With Quote
