deluge.client.core is undefined

General support for problems installing or using Deluge
mhertz
Moderator
Moderator
Posts: 2216
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: deluge.client.core is undefined

Post by mhertz »

Good find kudos :)

Not sure(on my phone) but can understand it breaks when can neither read or generate new, so issue(core methods of daemon not available as not connected properly).

Btw for python -m venv, then --system-site-packages will enable sys.path on venv, and can also be toggled in the pyenv.cfg later, in venv dir. Need be enabled for the gtkui to work, as gtk bindings not available from pypi, and also if want use system libtorrent.

Also for pip, sometimes need -U switch for install, when already available(package to install). You need install libtorrent seperate with pip, and webui included with Deluge package.

I always make venvs when using pip so didn't knew about this change, sorry.
Post Reply