Hi I'm working on RedHat 7.3 and manually installed
pygtk-0.6.9 and gnome-python-1.4.2 so I could use
glade. I've tryed to make the tutorials work
but when I import the modules I get the following
error:
Python 2.2 (#1, Apr 12 2002, 15:29:57)
[GCC 2.96 20000731 (Red Hat Linux 7.2 2.96-109)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gtk, gnome.ui
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.2/site-packages/gnome/ui.py", line 16, in ?
_obj2inst = _gtk._obj2inst
AttributeError: 'module' object has no attribute '_obj2inst'
>>>
>>> import libglade
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.2/site-packages/libglade.py", line 11, in ?
class GladeXML(_gtk.GtkData):
AttributeError: 'module' object has no attribute 'GtkData'
Any Ideas??
--
Muchas personas creen que piensan,
cuando en realidad s�lo est�n reordenando sus
prejuicios.
- William James
.-----------------------------------------------------------------.
/ .-. Pablo Endres Lozada .-. \
| / \ Laboratorio Docente de Computacion / \ |
| |\_. | USB - Venezuela | /| |
|\| | /| |\ | |/|
| `---' | [EMAIL PROTECTED] | `---' |
| | | |
| |-----------------------------------------------------| |
\ | | /
\ / \ /
`---' `---'
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/