Reputation: 257
I am unable to install zope.interface 3.6.1 in Python for Windows. If any one know about this please help me?
Upvotes: 1
Views: 2082
Reputation: 11
You don't need to install it. After you download the file zope.interface-3.8.0-py2.7-win32.egg, you unzip it then copy the two directories EGG-INFO and zope into the Python27. It works fine.
Upvotes: 1
Reputation: 4085
in a command prompt go to install zope.interface 3.6.1 folder
write "SETUP.py install"
it will install
Upvotes: 2