Hi all,
this scribble.py example (in pygtk-1.99.10/examples/simple dir) does
not work if I invoke the python2.2.[01] interpreter (see error report
below.)
The same example can be loaded if the python interpreter is version
2.1, but it does not work anyway: only an empty window with a button
in the bottom appears.
GTK is 2.0.5 and pygtk is 1.99.10.
In general 'GtkWindow' is a "bad name" for the python version 2.2.
rob
---------
%pwd
[...]/pygtk-1.99.10/examples/simple
%python2.2 scribble.py
Traceback (most recent call last):
File ".//scribble.py", line 79, in ?
main()
File ".//scribble.py", line 47, in main
win = GtkWindow()
NameError: global name 'GtkWindow' is not defined
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/