Saki Make
Saki Make

Reputation: 257

Unable to install zope.interface 3.6.1 in python

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

Answers (2)

Encore Wood
Encore Wood

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

akhter wahab
akhter wahab

Reputation: 4085

in a command prompt go to install zope.interface 3.6.1 folder

write "SETUP.py install"

it will install

Upvotes: 2

Related Questions