Hey. While following  http://www.baypiggies.org/10mintig.html it asks me
to do an  "from gtk import *". However, this produces the following error:
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "gtk.py", line 4, in ?
    from gnome.ui import *
  File "/usr/local/lib/python2.0/site-packages/gnome/ui.py", line 16, in ?
    _obj2inst = _gtk._obj2inst
AttributeError: _obj2inst

When I directly afterwards do a "from gtk import *" it is all right. Is
this some kind of init error? Is there any way to fix this?

Cheers

  Nik


_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to