Re: [python-win32] ANN: PyGUI 2.0.2

2009-04-20 Thread Christian K .
Greg Ewing canterbury.ac.nz> writes: > > Christian K. wrote: > > > "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. > > Do you have any problem runn

Re: [python-win32] ANN: PyGUI 2.0.2

2009-04-19 Thread Greg Ewing
Christian K. wrote: "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. Do you have any problem running Tests/12-scroll.py? -- Greg __

Re: [python-win32] ANN: PyGUI 2.0.2

2009-04-19 Thread Greg Ewing
Christian K. wrote: TypeError: 'pitch_and_family' is an invalid keyword argument for this function Looking at the source of pywin32, I can see why this happens -- it really is expecting 'pitch and family' with spaces (and it's abusing ParseTupleAndKeywords to unpack a dict, which is why it's r

Re: [python-win32] ANN: PyGUI 2.0.2

2009-04-18 Thread Christian K.
Greg Ewing schrieb: PyGUI 2.0.2 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ Fixes problem on Windows causing "This file should not be imported" error. Now I get this traceback: $ python main.py File "main.py", line 9, in from sheetapp import MatSheetApp

[python-win32] ANN: PyGUI 2.0.2

2009-04-16 Thread Greg Ewing
PyGUI 2.0.2 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ Fixes problem on Windows causing "This file should not be imported" error. What is PyGUI? -- PyGUI is a cross-platform GUI toolkit designed to be lightweight and have a highly Pythonic API. -- Gre