View Single Post
Marshall Banana's Avatar
Posts: 94 | Thanked: 209 times | Joined on Oct 2009 @ Germany
#24
Originally Posted by sophocha View Post
Can anybody help on this error?Why can it not find twisted.internet?
Most likely because you have not installed python-twisted. Twisted is a networking engine for python.
Here is a list of the python modules available for fremantle: http://bit.ly/94U7XC

You can install a module with the following command (you need to be root):
apt-get install <module Name>
 

The Following User Says Thank You to Marshall Banana For This Useful Post: