Search found 3 matches

by duddits
Wed Nov 12, 2008 10:47 am
Forum: Support
Topic: deluge 1.0.5 libtorrent problem
Replies: 3
Views: 1660

Re: deluge 1.0.5 libtorrent problem [SOLVED]

Ok., maybe it will help someone.
I downloaded latest svn version of deluge and compared setup.py with 1.0.5 version.
After changing this line from:

Code: Select all

ext_module = [libtorrent],
to this:

Code: Select all

ext_module = _ext_module,
All went just fine :)
by duddits
Tue Nov 11, 2008 4:29 pm
Forum: Support
Topic: deluge 1.0.5 libtorrent problem
Replies: 3
Views: 1660

Re: deluge 1.0.5 libtorrent problem

Not exactly, as I'm not using Debian. But I believe I've got those libraries in my system. Is there a way to somehow increase debugging so I could learn more from this error message? Apparently the only thing setup dislike is this libtorrent module ... but then again libtorrent sources are under ./l...
by duddits
Tue Nov 11, 2008 1:35 pm
Forum: Support
Topic: deluge 1.0.5 libtorrent problem
Replies: 3
Views: 1660

deluge 1.0.5 libtorrent problem

Hello everyone. I'm trying to build deluge 1.0.5 on my Linux box and I encouter following problem: File "setup.py", line 297, in <module> ext_modules = [libtorrent], NameError: name 'libtorrent' is not defined What am I doing wrong or what else should be done before building deluge? If you...