[code]** (test.py:330): WARNING **: `GtkTextSearchFlags' is not an enum type
usage: packbox.py num, where num is 1, 2, or 3.[/code]
How can i solve this problem?
I think it's because of the gtk lib:
[code]root[~]# python
Python 2.4.2 (#1, Jan 9 2006, 16:42:05)
[GCC 3.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gtk
** (.:334): WARNING **: `GtkTextSearchFlags' is not an enum type
>>>
[/code]
View this message in context: GtkTextSearchFlags' is not an enum type
Sent from the Gtk+ - Python forum at Nabble.com.
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
