JSON RPC ImportError: cannot import name crypto

Suggest, post, or discuss plugins for Deluge
Post Reply
simpleben

JSON RPC ImportError: cannot import name crypto

Post by simpleben »

Hi,

I am playing around with this example http://dev.deluge-torrent.org/wiki/Deve ... 3/UIClient
which out lines how to use python and json to connect to deluge RPC.
I seem to have hit a stumbling block at the first hurdle.

Code: Select all

#!/usr/bin/python
# Import the client module
from deluge.ui.client import client
The first section gives me a error and being a noob at python I am not sure how to fix it.

Code: Select all

ImportError: cannot import name crypto
Any help would be appriciated.
I am running Raspberry Pi 2
Raspbian Wheezy
Deluge 1.3.10
libtorrent 0.16.18.0
Post Reply