Thanks guys!
I feel much more comfortable now. I'm not too worried about the debugger, so no biggie.
The only question I have left is why I get that error running pySketch:
C:\Python22>python
C:\Python22\Lib\site-packages\wxPython\samples\pySketch\pySketch.py
Traceback (most recent call last):
File
"C:\Python22\Lib\site-packages\wxPython\samples\pySketch\pySketch.py", line
138, in ?
class DrawingFrame(wxFrame):
NameError: name 'wxFrame' is not defined
I've only installed wxPython once, so I doubt I have more than one on my PYTHONPATH. Here is a print out if that helps:
import sys
for each in sys.path:
... print each
...
C:\PYTHON22\win32
C:\PYTHON22\win32\lib
C:\PYTHON22
C:\PYTHON22\Pythonwin
C:\PYTHON22\DLLs
C:\PYTHON22\lib
C:\PYTHON22\lib\lib-tk
C:\PYTHON22\PyGeo
C:\PYTHON22\personal
C:\PYTHON22\lib\site-packages
C:\PYTHON22\lib\site-packages\Numeric
I'm gonna play around a bit, and see if I run against any oddities in my own codings =)
Thanks guys!
--chajadan