Hello, I have decided to upgrade my pygtk application from python 2.5 to 2.6. But the latest build of pygtk for 2.6 seem to have problems with gtk.PrintOperation:
Python 2.6.1 (r261:67517, Dec 4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import gtk >>> gtk.PrintOperation() Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'PrintOperation' Is that a bug? Thanks. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
