Search found 7 matches

by captaintrav
Mon Nov 04, 2019 9:16 pm
Forum: Support
Topic: Building Deluge 2.0 / Libtorrent 1.2.2 against Python 3
Replies: 1
Views: 2125

Re: Building Deluge 2.0 / Libtorrent 1.2.2 against Python 3

Solved, changed the symbolic links: /usr/lib/x86_64-linux-gnu/libboost_python.a and .so To point to the python 3.5 version: libboost_python.so -> libboost_python-py35.so libboost_python.a -> libboost_python-py35.a After that libtorrent loads in Python3.5 okay. (after building and installing the libt...
by captaintrav
Mon Nov 04, 2019 5:00 pm
Forum: Support
Topic: Building Deluge 2.0 / Libtorrent 1.2.2 against Python 3
Replies: 1
Views: 2125

Building Deluge 2.0 / Libtorrent 1.2.2 against Python 3

Trying to get off Python 2.7, on Ubuntu 16.04 (it looks like 18.04 still ships with Python 2.7 as well). When I run the configure script it looks okay: Python environment: -automake- binary: /usr/bin/python version: 3.5 platform: linux prefix: ${prefix} exec_prefix: ${exec_prefix} pythondir: ${prefi...
by captaintrav
Wed Nov 08, 2017 3:08 pm
Forum: Support
Topic: Can't open preferences on 1.3.15
Replies: 3
Views: 2203

Re: Can't open preferences on 1.3.15

Sorry for my ignorance, but which log? I tried to launch deluge with the -L parameter but don't get anything interesting even with verbose logging. Maybe I need to do logging on the daemon?
by captaintrav
Tue Nov 07, 2017 12:55 pm
Forum: Support
Topic: Can't open preferences on 1.3.15
Replies: 3
Views: 2203

Can't open preferences on 1.3.15

I compiled 1.3.15 on Ubuntu 16.04 on two separate machines with different versions of libtorrent. ( 1.0.11 and 1.1.5 ) Running in Classic mode is fine, but when I switch to client/server mode, I can connect to the daemon fine, but can't open preferences. I can open preferences through the webui fine...
by captaintrav
Thu Mar 18, 2010 4:34 am
Forum: Support
Topic: Deluge 1.2 not running on Ubuntu 8.04
Replies: 4
Views: 2764

Re: Deluge 1.2 not running on Ubuntu 8.04

Got 1.2.1 working on hardy. 1) upgrade twisted with aforementioned ppa 2) removed deluge 1.x packages from system 3) download deluge 1.2.1 source, extract it 4) download libtorrent 0.14.9 source, extract it, rename folder "libtorrent" and put it in the deluge source folder 5) install every...
by captaintrav
Thu Mar 18, 2010 3:58 am
Forum: Support
Topic: Deluge 1.2 not running on Ubuntu 8.04
Replies: 4
Views: 2764

Re: Deluge 1.2 not running on Ubuntu 8.04

Fixed! The version of python-twisted in hardy is too old now for deluge 1.2 and up. I could build 1.1.9 from source on hardy, but not 1.2.x Upgrade twisted from this PPA and deluge 1.2 will work: https://launchpad.net/~twisted-dev/+archive/ppa I'm going to go try building 1.2.1 from source, I bet th...
by captaintrav
Wed Mar 17, 2010 9:22 pm
Forum: Support
Topic: Deluge 1.2 not running on Ubuntu 8.04
Replies: 4
Views: 2764

Re: Deluge 1.2 not running on Ubuntu 8.04

I have the same problem, HALP!

When I run from the console there are errors about libglade, perhaps this is the problem?