Okay, here is the deal: General, I am facing difficulties in installing new modules in python. Not always, but in most of the cases. This happens for two main reasons; I am newbie and I have multiple python versions installed on my laptop. For instance, this module here works through terminal, however, it doesn't work through eclipse. In addition, this module here doesn't work at all. So my question is: from where should I start so as to solve the problem?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
Why you don't use PyPI? The Python Package Index is a repository of software for the Python programming language. There are currently 26536 packages here. So pypi is a easiest way to install new python module. |
|||
|
|