Re: Using site-packages with alt-installed Python version

2010-05-16 Thread Tuomas Vesterinen
On 05/16/2010 02:38 PM, Alister wrote: On Sun, 16 May 2010 12:07:08 +0300, Tuomas Vesterinen wrote: I am testing an application GUI with Python 2.4, 2.5 and 2.6. The native Python (in Fedora 12) is 2.6. Versions 2.4 and 2.5 are alt-installed. Aplication GUI uses: import pygtk pygtk.require('2.

Re: Using site-packages with alt-installed Python version

2010-05-16 Thread Alister
On Sun, 16 May 2010 12:07:08 +0300, Tuomas Vesterinen wrote: > I am testing an application GUI with Python 2.4, 2.5 and 2.6. The native > Python (in Fedora 12) is 2.6. Versions 2.4 and 2.5 are alt-installed. > > Aplication GUI uses: > import pygtk > pygtk.require('2.0') > import gtk > import gobj

Using site-packages with alt-installed Python version

2010-05-16 Thread Tuomas Vesterinen
I am testing an application GUI with Python 2.4, 2.5 and 2.6. The native Python (in Fedora 12) is 2.6. Versions 2.4 and 2.5 are alt-installed. Aplication GUI uses: import pygtk pygtk.require('2.0') import gtk import gobject I go to: $ cd /usr/local/lib/python2.4/site-packages and say: $ sudo l