Python 2.3.3 compilation problem

benjamin at araisoft.com benjamin at araisoft.com
Fri Jan 2 19:35:49 EST 2004


There may be a conflict with the lib's directory with a previous
installation of Python 2.3 already installed.  For the configure try
running:

./configure --prefix=/usr/local instead of ./configure

> Zdenda wrote:
>
>> Hi, i have RH9 and i need python 2.3. I executed tgz file and typed
>> ./configue. Then i type make. It is without problem. When I type make
>> install ... ...
>> ...
>> Compiling /usr/local/lib/python2.3/xml/sax/handler.py ...
>> Compiling /usr/local/lib/python2.3/xml/sax/saxutils.py ...
>> Compiling /usr/local/lib/python2.3/xml/sax/xmlreader.py ...
>> Compiling /usr/local/lib/python2.3/xmllib.py ...
>> Compiling /usr/local/lib/python2.3/xmlrpclib.py ...
>> Compiling /usr/local/lib/python2.3/zipfile.py ...
>> make: *** [libinstall] Error 1
>>
>> Have somebody any idea where is error?
>> Thanks
> I had the same problem on Mandrake.  There seem to be some minor syntax
> incompatibilities in zipfile.py, and others.  Try make -i install, and all
> should be fine.
>
> Mike
> --
> http://mail.python.org/mailman/listinfo/python-list
>





More information about the Python-list mailing list