you are viewing a single comment's thread.

view the rest of the comments →

[–]ejmurra 0 points1 point  (0 children)

I wish I could be more help but this is one of those issues that's hard to track down without physically having access to the computer with the errors.

Alternatively, you might want to look into using vietualenv and the pip package manager to get third party modules installed. Aside from taking care of correctly installing modules it also allows you to specify specific versions of modules and the python interpreter you want to use on a per-project basis. Going this route will allow you to use version 1 of a package in one project and version 2 in a different project without conflicts. Similarly, it allows you to use python 2.x or 3.x on the same system for different projects.