Hi to all, I've downloaded and installed new pygtk pyorbit and gnome-python with python 2.3. I've an app that works great with previous version of pygtk but now crash when executing the following statement:
>>> a=gtk.TextView() >>> a <gtk.TextView object (GtkTextView) at 0x40ab70f4> >>> a.set_border_window_size(gtk.TEXT_WINDOW_RIGHT,10) Traceback (most recent call last): File "<stdin>", line 1, in ? ValueError: type must be one of: gtk.TEXT_WINDOW_LEFT, gtk.TEXT_WINDOW_RIGHT, gtk.TEXT_WINDOW_TOP or gtk.TEXT_WINDOW_BOTTOM As said before this works well with pygtk 1.99.17; I'm not sure this is a bug or a problem in my configuration. Please can someone check this? Thank you! Best regards Pier Carteri ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
