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

Re: [python-win32] Restarting Python interpreter used by Classic ASP?

2009-04-19 Thread Mark Hammond
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