ImportError: No module named zope.interface

前端 未结 3 1482
轻奢々
轻奢々 2021-01-04 08:24

I am trying to run server for iphone using http://www.raywenderlich.com/3932/how-to-create-a-socket-based-iphone-app-and-server

My machine is mac 10.6.8 Python versi

3条回答
  •  孤街浪徒
    2021-01-04 09:17

    Off the top of my head you can use easy_install for this.

    You will need the python-setuptools then you should be able to use

    easy_install zope.interface
    

    If I remember correctly however twisted should be installed as part of OS X python install. Do a quick Google for installing zope.interface for Mac OS X. As twisted is such a widely used library there is plenty of information out there.

提交回复
热议问题