Re: [python-win32] ANN: PyGUI 2.0.4

2009-04-21 Thread Greg Ewing
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

Re: [python-win32] ANN: PyGUI 2.0.4

2009-04-21 Thread Christian K .
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

[python-win32] ANN: PyGUI 2.0.4

2009-04-21 Thread Greg Ewing
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