I recently asked the question how can I get graphic.py to work on my edition of Python which is 2.7.2
The problem was identified by Python tutor from my error messages as:


"What that error is telling you is that you have a version 8.5.9 oftcl, but whatever you're trying to run is expecting _only_ 8.5.2

Sadly, probably, the way to "fix" this is by relaxing the requirements of the thing you're trying to run. Alternatively, look at virtualenv to set up an environment your code will work with."

My next question is where do I obtain an appropriate version of virtualenv?

My operating system is

        OS Name Microsoft Windows 7 Professional
        Version 6.1.7600 Build 7600 .

I would appreciate any help, kind regards


Ivor Surveyor
[email protected] 
_______________________________________________
Tutor maillist  -  [email protected]
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to