More than one python in a linux

David M. Cooke cookedm+news at physics.mcmaster.ca
Thu Jan 15 12:05:33 EST 2004


At some point, Zunbeltz Izaola <zunbeltz at wm.lc.ehu.es.XXX> wrote:

> Hi,
>
> I've build and installed  python 2.2 and python2.3 in a linux box.
> Now i want to install some packages (Numeric, wxPython and
> scipy). I've install Numeric and wxPython for python2.3 without
> problem (python2.3 setup.py install ... and so on). But when I try 
>
> python2.2 setup.py install
>
> I get the following error (for wxpython)
>
> running build_py
> copying wxPython/__version__.py -> build/lib.linux-i686-2.2/wxPython
> running build_ext
> error: invalid Python installation: unable to open
> /usr/lib/python2.2/config/Makefile (No such file or directory)

You probably don't have the development package for python2.2
installed (python2.2-dev or python2.2-devel or something).

-- 
|>|\/|<
/--------------------------------------------------------------------------\
|David M. Cooke
|cookedm(at)physics(dot)mcmaster(dot)ca



More information about the Python-list mailing list