cmis - how do I install cmislib for Python 3.3 -


im trying install latest cmislib python 3 (i have pydev installed) using easy_install (which ive never used before) described in

http: //chemistry.apache.org/python/docs/install.html#requirements

i following error, either im doing silly or doesnt work python 3.3 ?

c:\users\mystuff\downloads>c:\python33\scripts\easy_install-3.3 cmslib-0.5.1-py2.7

searching cmslib-0.5.1-py2.7 reading http://pypi.python.org/simple/cmslib-0.5.1-py2.7/ couldn't find index page 'cmslib-0.5.1-py2.7' (maybe misspelled?) scanning index of packages (this may take while) reading http://pypi.python.org/simple/ no local packages or download links found cmslib-0.5.1-py2.7 error: not find suitable distribution requirement.parse('cmslib-0.5.1-py2.7')

any suggestions ? there different way install cmislib?

thx

i have never tested cmislib python 3.x differences between python 2.x , 3.x significant, not @ surprised not work.

please try python 2.7. using easy_install described best way it.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -