Results 1 to 6 of 6

Thread: Deluge error across all my distros.

  1. #1
    Join Date
    May 2010
    Beans
    32

    Deluge error across all my distros.

    So I've been having this problem for a while. Different things happen depending on whether it's Ubuntu, Mint, Pinguy etc. But this is what's happening with Deluge on Ubuntu 11.10.
    I try to open a torrent with Deluge and I get this error message


    Traceback (most recent call last):
    File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py", line 299, in _on_reactor_start
    client.start_classic_mode()
    File "/usr/lib/python2.7/dist-packages/deluge/ui/client.py", line 559, in start_classic_mode
    self._daemon_proxy = DaemonClassicProxy(self.__event_handlers)
    File "/usr/lib/python2.7/dist-packages/deluge/ui/client.py", line 432, in __init__
    self.__daemon = deluge.core.daemon.Daemon(classic=True)
    File "/usr/lib/python2.7/dist-packages/deluge/core/daemon.py", line 136, in __init__
    from deluge.core.core import Core
    File "/usr/lib/python2.7/dist-packages/deluge/core/core.py", line 36, in <module>
    from deluge._libtorrent import lt
    File "/usr/lib/python2.7/dist-packages/deluge/_libtorrent.py", line 59, in <module>
    import libtorrent as lt
    ImportError: No module named libtorrent


    Any ideas? This has never happened before about a few weeks ago. And all of a sudden none of my distros work with Deluge. Strange.

  2. #2
    Join Date
    Jan 2011
    Location
    Linux heaven
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Deluge error across all my distros.

    Maybe it's the sites where the torrents are from.
    Don't touch the Linux hat!
    Linux user #572109


  3. #3
    Join Date
    May 2010
    Beans
    32

    Re: Deluge error across all my distros.

    Quote Originally Posted by pretty_whistle View Post
    Maybe it's the sites where the torrents are from.
    No, this applies to any torrent, including iso's of ubuntu for example.

  4. #4
    Join Date
    Apr 2007
    Location
    In a church
    Beans
    62
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Deluge error across all my distros.

    Not sure but it may be related to this?...

    https://bugs.launchpad.net/ubuntu/+s...ge/+bug/830782

  5. #5
    Join Date
    Nov 2005
    Location
    Scotland
    Beans
    89

    Re: Deluge error across all my distros.

    Was this resolved?

    The error is simply because you do not have libtorrent installed. Installing deluge or deluge-common from apt-get should also install libtorrent for you.

  6. #6
    Join Date
    Jan 2007
    Location
    Location: Location:
    Beans
    1,246
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Deluge error across all my distros.

    Straight from the deluge faq

    Deluge won't start with a "ImportError: No module named libtorrent" error.

    You need to install libtorrent-rasterbar
    http://dev.deluge-torrent.org/wiki/F...ibtorrenterror.

    I had to do this too
    clear && echo paste url and press enter; read paste; (youtube-dl $paste) | zenity --progress --title="" --text "Downloading, please wait" --auto-close --pulsate && ans=$(zenity --file-selection); gnome-terminal -x mplayer "$ans"

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •