Larry Bates wrote:
>
> I downloaded and installed ActivePython on my Windows 98 machine. The
> installation went fine and I can run the PythonShell just fine. When I try to
> run PythonWin I get the following messages in a Window.
It seems that somehow the correct Python path was not registere
I downloaded and installed ActivePython on my Windows 98 machine. The
installation went fine and I can run the PythonShell just fine. When I try to
run PythonWin I get the following messages in a Window.
I read all the FAQs and documentation, but I just don't see what went wrong.
BTW - The docu
I just downloaded the rpm for Python and installed. I get the following error
when trying to run idle:
# ./idle.py
Failed to load extension 'AutoIndent'
Traceback (innermost last):
File "./EditorWindow.py", line 536, in load_standard_extensions
self.load_extension(name)
File "./EditorWin