Install twisted on Windows

Source: Internet
Author: User

Step 1: Download twisted

Http://twistedmatrix.com/trac/wiki/Downloads

What I downloaded is (Twisted-12.3.0.win32-py2.7)

 

Step 2: Install twisted

Click the Twisted-12.3.0.win32-py2.7 to run it directly

Run idle and enter from twisted. Internet import reactor. The Zope. interface module must be installed and the version must be later than 3.6.0.

 

Step 3: Download Zope

Http://pypi.python.org/pypi/zope.interface#downloads

I downloaded Zope. interface-3.8.0-py2.7-win32.egg.

 

Step 4: install Zope

Http://pypi.python.org/pypi/setuptools

Download setuptools-0.6c11.win32-py2.7.exe and install setup tools.

Here are some files related to easy_install in c: \ python27 \ scripts.

If easy_install has been installed, ignore the above steps.

Place Zope. interface-3.8.0-py2.7-win32.egg in the C: \ python27 \ scripts directory.

Run:

C: \> Cd python27 \ scripts
C: \ python27 \ scripts> easy_install.exe Zope. interface-3.8.0-py2.7-win32.egg

Close the opened idle, open it again, and enter idle. Enter from twisted. Internet import reactor. If no error exists, the installation is successful.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.