I just got this error when running python setup.py install ...
error: invalid Python installation: unable to open /usr/lib/python2.3/config/Makefile (No such file or directory)
What's wrong? I have binary install of python on Debian.
Thanks Petr
I just got this error when running python setup.py install ...
error: invalid Python installation: unable to open /usr/lib/python2.3/config/Makefile (No such file or directory)
What's wrong? I have binary install of python on Debian.
Thanks Petr
Petr Simon wrote:
I just got this error when running python setup.py install ...
error: invalid Python installation: unable to open /usr/lib/python2.3/config/Makefile (No such file or directory)
What's wrong? I have binary install of python on Debian.
You also need to install the package that has python development stuff in it. I don't know what debian calls it, but it's usually something like python-devel on other distros.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!