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
__
Jason Baker wrote:
I've got some Python code that needs to interact with some Classic ASP
code. So I've got some Python Classic ASP files that import other
Python modules. What I would like to do is find a way to restart the
Python interpreter so that I can force it to reload all loaded modul
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