Trying to run python code with TKinter-based widgets from a virtualenv.
user@computer:~/myproject$ env/bin/python Python 2.7.3 (default, Sep 26 2012,
To get this working in powershell, you have to edit the activate.ps1 file instead of activate.bat. Just add the following to activate.ps1: $env:TCL_LIBRARY = "C:\Python27\tcl\tcl8.5"
$env:TCL_LIBRARY = "C:\Python27\tcl\tcl8.5"