- Download it from here. It's in egg format. Choose the appropriate Python version with ours.
- To install .egg, we need 'Easy Install' that is part of
setuptools
. So, we have to installsetuptools
first. Download it from here. Choose the appropriate Python version with ours. Because our aim is to be able to install .egg, choosesetuptools
in .exe format. - Run the installer.
- It will install a new executable file called 'easy_install.exe' under Python's 'Scripts' folder.
- To install the zope.interface in .egg format, I did the following in Command Line:
c:\Python26\Scripts\easy_install.exe c:\zope.interface-3.6.1-py2.6-win32.eggNow we can use the zope.interface for our twisted.
---
Further readings:
Nice post, helped a lot.
ReplyDelete