On Mon, 2005-05-23 at 12:24 -0300, Christian Robottom Reis wrote:
> On Mon, May 23, 2005 at 04:36:31PM +0200, Martijn Brouwer wrote:
> > Christian Robottom Reis wrote:
> > >On Fri, May 20, 2005 at 01:19:40PM +0200, Martijn Brouwer wrote:
> > >
> > >>I have a Debian Sarge system with python 2.3 and python-gnome-2.6.1.
> > >>Importing pygtk in the way described by the tutorial does not work:
> > >>
> > >>>>>import pygtk
> > >>>>>pygtk.require("2.0")
> > >>>>>import gtk
> > >>>>>import gnome
> > >>
> > >>Traceback (most recent call last):
> > >> File "<stdin>", line 1, in ?
> > >>ImportError: No module named gnome
> 
> I've looked at your directories and everything looks find. Could you run
> python with a "-v" option, or "strace -eopen python" and try that again?
> 
> > the gtk and gnome are both installed under 
> > /usr/lib/python2.3/site-packages. gnome is installed in the gtk dir.
> > /usr/bin/python is a link to /usr/bin/python2.3. The versions of the 
> > libraries are taken from my package management system (apt). Is there a 
> > way to find the imported version of some library from the python prompt?
> 
> PyGTK at least offers
> 
>     gtk.gtk_version
>     gtk.pygtk_version
> 
> I am not sure if GNOME offers something similar, though it is likely.
> Gustavo?

  In more recent gnome-python versions (>= 2.10):

        gnome.gnome_python_version

  But since you can't import gnome... :)

  Don't forget to check your PYTHONPATH environment...

> 
> Take care,
> --
> Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125
-- 
Gustavo J. A. M. Carneiro
<[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
The universe is always one step beyond logic.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to