how to install python package in Raspbian? -


i'm trying install pycrypto python 3.x.x on raspberry pi
when run python setup.py install command line, default installed python 2.7.x
have installed python-dev , still no luck, have read using pip might help, unfortunately don't know how use it. codes written python 3.3.x , take me long time re-write them 2.7.
how can fix without re-writing codes

having looked there not seem pycrypto version python3 @ moment. think you're options alternative package or convert code python 2. there tools available can automatically, example 3to2 available in pip.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -