Dear all;
I've just installed ArcMap 10 (Info) Student evaluation edition on a brand new laptop running Windows 7. I followed explicit directions to set up PythonWin as an administrator, navigating to the folder on the install disk. The only issue is that the debugger does not work, I recieve the following error:
Traceback (most recent call last):
File "C:\Python26\ArcGIS10.0\Lib\site-packages\pythonwin\pywin\framework\dbgcommands.py", line 74, in OnGo
self._DoOrStart("do_set_continue", scriptutils.RS_DEBUGGER_GO)
File "C:\Python26\ArcGIS10.0\Lib\site-packages\pythonwin\pywin\framework\dbgcommands.py", line 58, in _DoOrStart
method()
File "C:\Python26\ArcGIS10.0\Lib\site-packages\pythonwin\pywin\debugger\debugger.py", line 669, in do_set_continue
if self.GUIAboutToRun():
File "C:\Python26\ArcGIS10.0\Lib\site-packages\pythonwin\pywin\debugger\debugger.py", line 804, in GUIAboutToRun
if not self.StopDebuggerPump():
File "C:\Python26\ArcGIS10.0\Lib\site-packages\pythonwin\pywin\debugger\debugger.py", line 516, in StopDebuggerPump
assert self.pumping, "Can't stop the debugger pump if Im not pumping!"
AssertionError: Can't stop the debugger pump if Im not pumping!
win32ui.error: Error in Command Message handler for command ID 15022, Code 0
Does anyone have any suggestions?
Thank you.