Problem with deluge-torrent_0.5.2-1_i386.deb (Ubuntu Feisty)

General support for problems installing or using Deluge
Post Reply
Adam

Problem with deluge-torrent_0.5.2-1_i386.deb (Ubuntu Feisty)

Post by Adam »

When I start deluge, I get the following error.

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/deluge", line 41, in <module>
    import deluge, deluge.common, deluge.interface
ImportError: No module named common
Removing ~/.config/deluge does not solve the problem.

Also, running
Ubuntu 7.04
Low latency linux kernel image

Edit: Compiling from source using checkinstall works.
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Problem with deluge-torrent_0.5.2-1_i386.deb (Ubuntu Feisty)

Post by markybob »

Adam wrote:When I start deluge, I get the following error.

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/deluge", line 41, in <module>
    import deluge, deluge.common, deluge.interface
ImportError: No module named common
Removing ~/.config/deluge does not solve the problem.

Also, running
Ubuntu 7.04
Low latency linux kernel image

Edit: Compiling from source using checkinstall works.
i just spent two hours installing a clean feisty virtual machine to test this on....the deb worked perfectly. you probably had conflicting installs or something
Post Reply