[pygtk] PrintOperation gone from python 2.6 build?
Squonk
marat at mail.khstu.ru
Mon Jan 12 03:27:15 WST 2009
> look at
>
>>>> dir(gtk)
>
> 2009/1/10 Squonk <marat at mail.khstu.ru>
>
>> 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:
PrintOperation, PrintSettings etc are missing when I look at "dir(gtk)":
>>> open('test.txt', 'w').write('\n'.join(dir(gtk)))
...skipped...
PathPriorityType
PathType
Pixmap
Plug
PolicyType
PositionType
Preview
PreviewType
PrivateFlags
Progress
ProgressBar
ProgressBarOrientation
ProgressBarStyle
RC_BASE
RC_BG
RC_FG
...skipped...
Can anyone confirm if the bug exist with Python 2.6.1 and PyGTK 2.12.1
(pygtk-2.12.1-2.win32-py2.6.exe), PyCairo 1.4.12 and PyGObject 2.14.2 on
Windows?
More information about the pygtk
mailing list