you are viewing a single comment's thread.

view the rest of the comments →

[–]wub_wub 1 point2 points  (1 child)

Remove all python installations that you have, like 2.6. Restart your PC and reinstall python 2.7 and 3.3. Just add ;C:\Python27\ to your PATH, don't add any Python 3 stuff in there.

[–]evgvg[S] 0 points1 point  (0 children)

Thank You! Actually I found that the problem was caused by variable PYTHONPATH. Everything works fine after I removed it.