Jerry James wrote:
On Tue, Apr 21, 2009 at 10:27 AM, Gerry Reno <greno@xxxxxxxxxxx> wrote:
# python
Python 2.6 (r26:66714, Mar 17 2009, 11:44:14)
[GCC 4.4.0 20090313 (Red Hat 4.4.0-0.26)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import sys
print sys.path
['', '/usr/lib64/python26.zip', '/usr/lib64/python2.6',
'/usr/lib64/python2.6/plat-linux2', '/usr/lib64/python2.6/lib-tk',
'/usr/lib64/python2.6/lib-old', '/usr/lib64/python2.6/lib-dynload',
'/usr/lib64/python2.6/site-packages',
'/usr/lib64/python2.6/site-packages/Numeric',
'/usr/lib64/python2.6/site-packages/PIL',
'/usr/lib64/python2.6/site-packages/gst-0.10',
'/usr/lib64/python2.6/site-packages/scim-0.1',
'/usr/lib/python2.6/site-packages',
'/usr/lib/python2.6/site-packages/gtk-2.0']
Regards,
Gerry
I get this on my Rawhide machine:
['', '/usr/lib64/python26.zip', '/usr/lib64/python2.6',
'/usr/lib64/python2.6/plat-linux2', '/usr/lib64/python-2.6/lib-tk',
'/usr/lib64/python-2.6/lib-old', '/usr/lib64/python2.6/lib-dynload',
'/usr/lib64/python2.6/site-packages',
'/usr/lib64/python2.6/site-packages/Numeric',
'/usr/lib64/python2.6/site-packages/PIL',
'/usr/lib64/python2.6/gst-0.10',
'/usr/lib64/python2.6/site-packages/gtk-2.0',
'/usr/lib/python-2.6/site-packages']
Notice that yours has /usr/lib/python2.6/site-packages/gtk-2.0, while
mine has /usr/lib64/python2.6/site-packages/gtk-2.0. That's why I
asked about the arches, just in case you had an i586 pygtk2 on an
x86_64 platform. So what does "rpm -qf
/usr/lib/python2.6/site-packages/gtk-2.0" tell you? Do you have a
/usr/lib64/python2.6/site-packages/gtk-2.0 directory?
[root@localhost tmp]# rpm -qf /usr/lib/python2.6/site-packages/gtk-2.0/
pygobject2-2.16.1-3.fc11.i586
vte-0.20.1-1.fc11.i586
[root@localhost tmp]# rpm -qf /usr/lib64/python2.6/site-packages/gtk-2.0/
vte-0.20.1-1.fc11.x86_64
pygtk2-2.14.1-1.fc11.x86_64
Regards,
Gerry
--
fedora-devel-list mailing list
fedora-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-devel-list