This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ggenellina
Recipients ggenellina, kimsey0, loewis, zlm
Date 2009-01-18.09:42:23
SpamBayes Score 3.2039865e-05
Marked as misclassified No
Message-id <1232271744.99.0.731630202841.issue3881@psf.upfronthosting.co.za>
In-reply-to
Content
> 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?
History
Date User Action Args
2009-01-18 09:42:25ggenellinasetrecipients: + ggenellina, loewis, kimsey0, zlm
2009-01-18 09:42:25ggenellinasetmessageid: <1232271744.99.0.731630202841.issue3881@psf.upfronthosting.co.za>
2009-01-18 09:42:24ggenellinalinkissue3881 messages
2009-01-18 09:42:23ggenellinacreate