28 Oct
1999
28 Oct
'99
2:19 a.m.
Hi On Wed, 27 Oct 1999, Geoff Nordli wrote:
I couldn't find any rpm's or tarball's for the current version (1.5.2) of python's libraries. So I compiled a fresh version of python to no avail. I am still getting the same errors.
I am also curious why it didn't appear to upgrade any of the /usr/lib/python1.5 files.
I ran a ./configure --with-threads;make;make install
By default Python installs it self into the /usr/local dir... Try $ ./configure --prefix=/usr --with-threads .... $ make $ make install Cheers, /B