[Twisted-Python] Problem with installing twisted 13.0 with Python 2.7 on 64 bit Win 7

Weikai (Victor) Xie xieweikai at gmail.com
Tue Jun 18 00:12:17 MDT 2013


Hi, folks,

I was trying to install twisted 13.0 on my 64 bit win 7 but get some
strange problem - there is no sub-packages available under twisted!

Here is a screen copy:

Python 2.7.4 (default, Apr  6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]
on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import twisted
>>> twisted.web
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'web'
>>> dir(twisted)
['__builtins__', '__doc__', '__file__', '__name__', '__package__',
'__path__', '__version__', '_checkRequirements', '_version', 'python', 'v
ersion']
>>> twisted.version
Version('twisted', 13, 0, 0)


Although the screen copy shows I'm using Python 2.7 32 bits, I have also
tried Python 2.7 64bits and get just the same problem.

I have tried both installing by running the 32bit window binary setup
package from twisted website and building from the source tar ball. Both
ways give the same result.




Regards,

Weikai (Victor)  Xie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://twistedmatrix.com/pipermail/twisted-python/attachments/20130618/bbcd525a/attachment.html>


More information about the Twisted-Python mailing list