Gabriel Genellina <gagsl-...@yahoo.com.ar> added the comment:

> I installed Python to C:\Program Files\Python\2.6\ and when I try to
> run idle from the start menu, it doesn't work.

> "C:\Program Files\Python\2.6\Lib\idlelib>python idle.py
> Traceback (most recent call last):
>   File "idle.py", line 21, in <module>
>     idlelib.PyShell.main()
>   File "C:\Programas\Python\2.6\lib\idlelib\PyShell.py", line 1386, 

Note the TWO different paths: C:\Program Files\Python\2.6\ and C:
\Programas\Python\2.6

Do you have a PYTHONPATH environment variable?
Did you install twice, once per directory? Perhaps one of them without 
tcl support?

----------
nosy: +gagenellina

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue3881>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to