tags:

views:

7

answers:

1

Idle stopped working after installing cygwin and after some troubleshooting (on windows if its not obvious), it looks like the issue is with a TCL library. They both use an environment variable to locate tcl. when I installed cygwin, it overwrote the variable to a different (and incompatible to python) version. Now I figure I can just change the variable, but it seems kind of a hassle to switch between them all of the time. Does anyone have a good solution to this? (besides not using cygwin or something...)

A: 

If you could change the variable, you know already which it is, and to which value it is set. Would you kindly share this information, maybe someone can make an educated guess?

knitti
basically cygwin has a tcl library in its libs directory and so does python. to use idle i switch the variable into the python one.
sibtx13