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
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
__
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
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
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