*
*Hi, with those commands i get:*


[EMAIL PROTECTED]:~$ python
Python 2.5.2 (r252:60911, Apr  5 2008, 16:44:07)
[GCC 4.2.3 (Debian 4.2.3-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> print sys.path
['', '/usr/local/lib/python25.zip', '/usr/local/lib/python2.5', '/usr/local/lib/python2.5/plat-linux2', '/usr/local/lib/python2.5/lib-tk', '/usr/local/lib/python2.5/lib-dynload', '/usr/local/lib/python2.5/site-packages']
>>>

[EMAIL PROTECTED]:~$ ls -l /usr/share/python-support/python-gobject/pygtk.py
-rw-r--r-- 1 root root 2946 2008-05-16 13:29 /usr/share/python-support/python-gobject/pygtk.py
[EMAIL PROTECTED]:~$

*

[EMAIL PROTECTED]:~$ ls /var/lib/python-support
python2.4  python2.5
[EMAIL PROTECTED]:~$ *


[EMAIL PROTECTED]:~$ find /var/lib/python-support -name pygtk.pyc
/var/lib/python-support/python2.5/pygtk.pyc
/var/lib/python-support/python2.4/pygtk.pyc
[EMAIL PROTECTED]:~$  *

thanks

Daniel Burrows wrote:
On Thu, May 22, 2008 at 03:46:29PM +0100, Dark Nebula <[EMAIL PROTECTED]> was 
heard to say:
I have a lot of "applications" broken, and seems the problem is all the same, i suppose.
for example when i try launch the applet "gmail-notify" i get:

[EMAIL PROTECTED]:~$ gmail-notify
Traceback (most recent call last):
 File "./notifier.py", line 4, in <module>
   import pygtk
ImportError: No module named pygtk
[EMAIL PROTECTED]:~$
[sbip]
ii python-gobject 2.14.1-6 Python bindings for the GObject library ii python-gobject-dev 2.14.1-6 Development headers for the GObject Python b
[snip]

  Does the file

    /usr/share/python-support/python-gobject/pygtk.py

  exist on your system?

  What do these commands output?

    ls /var/lib/python-support
    find /var/lib/python-support name pygtk.pyc

  Daniel




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to