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.
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
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