Re: Python 2.7 installation problem

2010-09-28 Thread Ned Deily
In article aanlktim=kdpmjm84fi+ez4jmsmab_znwgarruntur...@mail.gmail.com, Ronald Guida odd...@gmail.com wrote: Sorry, I have one additional piece of information that might be helpful to others. I have discovered that the *.so files that were not installed, were actually installed to the

Python 2.7 installation problem

2010-09-26 Thread Ronald Guida
Hi, I am trying to perform a user-install of python 2.7 on Ubuntu 10.04, and my installation is failing. This sequence of commands reproduces the failure on my system: $ tar -zxvf Python-2.7.tgz $ cd Python-2.7/ $ ./configure --prefix=$HOME $ make $ ./python Lib/test/test_collections.py doctest

Re: Python 2.7 installation problem

2010-09-26 Thread Ronald Guida
Solved -- make install failed to actually install a subset of files. I had to manually copy them instead. Specifics: I started from /home/oddron/installers/python/Python-2.7/ and executed the usual commands: $ ./configure --prefix=$HOME $ make $ make install I have found that the installer

Re: Python 2.7 installation problem

2010-09-26 Thread Ronald Guida
Sorry, I have one additional piece of information that might be helpful to others. I have discovered that the *.so files that were not installed, were actually installed to the ~/lib/python2.6/ folder instead of the ~/lib/python2.7/ folder where they belong. On Sun, Sep 26, 2010 at 9:25 PM,