Python running setup.py through cmd doesn't work? -


so i'm trying install via cmd using setup.py file..

however, when try install through cmd, happens: enter image description here

the first way trying install correct python setup.py install, need python 2.x installer work. in python 3.2 environment , appears module has not been updated work python3 @ time.

http://ocemp.sourceforge.net/manual/installation.html

the print bdist.bdist_base, self.install_dir statement python 2.x syntax. if compatible python3, print(bdist.bdist_base, self.install_dir)

----------

if require development in both python3 , python2, highly recommend installing anaconda

https://www.continuum.io/downloads

you can set multiple environments whatever versions of python want. can activate each 1 necessary.

http://conda.pydata.org/docs/py2or3.html


Comments

Popular posts from this blog

php - Auto increment employee ID -

php - isset function not working properly -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -