FurnishedChunk / pyspades

Automatically exported from code.google.com/p/pyspades
0 stars 0 forks source link

Python 2.6 support ? (1d5b3163e6f8) #244

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(dependencies missing for epoll, using normal reactor)
(optional: install psyco for optimizations)
Traceback (most recent call last):
  File "run.py", line 87, in <module>
    from pyspades.server import (ServerProtocol, ServerConnection, position_data,
  File "../pyspades/server.py", line 18, in <module>
    from twisted.internet import reactor
ImportError: No module named twisted.internet

Original issue reported on code.google.com by en...@minit.nu on 7 May 2012 at 12:29

GoogleCodeExporter commented 9 years ago
Install twisted.
Closing.

Original comment by matp...@gmail.com on 7 May 2012 at 1:12