Python running setup.py through cmd doesn't work? -
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.


Comments
Post a Comment