Christian K. wrote:
I'm afraid, that error is stil there:
>
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.
That's a bit of a problem, since it works
Hi Greg,
Greg Ewing 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
PyGUI 2.0.4 is available:
http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/
Fixes a few more bugs and hopefully improves things
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 Py