Re: Problem installing Python 2.5

2007-04-04 Thread Martin v. Löwis
After a lot of output, got this: You will need to check this output line-for-line to see why it fails. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

Problem installing Python 2.5

2007-04-03 Thread Sebastian Bassi
I was trying to install Python 2.5 compiling from sources. I used: ./compile It run OK. Then: make altintall After a lot of output, got this: Listing /usr/local/lib/python2.5/xml/sax ... Compiling /usr/local/lib/python2.5/xml/sax/__init__.py ... Compiling

Re: Problem installing Python 2.5

2007-04-03 Thread Jaroslaw Zabiello
Dnia Tue, 3 Apr 2007 11:52:55 -0300, Sebastian Bassi napisał(a): I was trying to install Python 2.5 compiling from sources. I used: ./compile It run OK. Then: make altintall After a lot of output, got this: Listing /usr/local/lib/python2.5/xml/sax ... Compiling

Re: Problem installing Python 2.5

2007-04-03 Thread Sebastian Bassi
On 4/3/07, Jaroslaw Zabiello [EMAIL PROTECTED] wrote: After executing ./configure you have to edito Modules/Setup file and uncomment the following line: #zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz Then continue with normal make; make install. Thank you. I already