[python-win32] ANN: PyGUI 2.0.4

Christian K. ckkart at hoc.net
Tue Apr 21 21:02:09 CEST 2009


Hi Greg,

Greg Ewing <greg.ewing <at> canterbury.ac.nz> writes:

> on Windows, although I can't be sure it will fix all
> the Windows problems people are having, because I
> haven't been able to reproduce some of them.
> 
> What is PyGUI?
> --------------
> 
> PyGUI is a cross-platform GUI toolkit designed to be lightweight
> and have a highly Pythonic API.
> 

I'm afraid, that error is stil there:

$ python 12-scroll.py
Traceback (most recent call last):
  File "12-scroll.py", line 38, in <module>
    win = TestWindow()
  File "12-scroll.py", line 9, in __init__
    width = 300, height = 300, scrolling = 'hv')
  File "d:\PyGUI-2.0.4\Tests\TestScrollableViews.py", line 16, in __init__
    ScrollableView.__init__(self, **kwds)
  File "c:\pythonxy\python\Lib\site-packages\GUI\Win32\ScrollableViews.py", line
31, in __init__
    GScrollableView.__init__(self, _win = win)
win32ui.error: The object has been destroyed.


Please tell me if I can help,

regards, Christian



More information about the python-win32 mailing list