Help for Deluge Simple Example

Suggestions and discussion of future versions
Post Reply
mingzhe0908
New User
New User
Posts: 7
Joined: Fri Dec 31, 2010 5:47 pm

Help for Deluge Simple Example

Post by mingzhe0908 »

Hello,

I am new to Python and deluge. I want to run the sample client for deluge, but I have 3 errors with the import. They are:

from deluge.ui.client import client
from twisted.internet import reactor
from deluge.log import setupLogger

Could anyone give me some suggestions about how to import these deluge packages in the that python client? I am using Python 2.7 and pydev.

Thank you!

Zack
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Help for Deluge Simple Example

Post by Cas »

What version of Deluge have you installed?
Post Reply