I installed Python 2.6 for one user on Windows Vista. Python works okay, but when I try: import Tkinter
, it says the side-by-side configuration has errors. I've tried tinkering with the Visual Studio runtime, with no good results. Any ideas on how to resolve this?
views:
688answers:
4I'll try that tonight.
JasonFruit
2008-10-21 16:43:01
+1
A:
It seems this is a one of the many weird Vista problems and some random reinstalling, installing/upgrading of the visual studio runtime or some such seems sometimes to help, or disabling sxs in the system configuration or writing a manifest file etc.
Though I think you should downgrade to windows XP.
Florian Bösch
2008-10-20 18:03:30
If you search for "side-by-side configuration has errors" on google a lot of the entries mess around something with Visual studio and going from 2005 to 2008 and some specifically mention installing an upgrade to the runtime.
Florian Bösch
2008-10-20 18:42:47
A:
I use Tk on Vista with Python 2.5.2 ... haven't tried with 2.6
Corey Goldberg
2008-10-20 22:09:36