System: Debian 5, 100mbit
I installed Deluge 1.2.1 using the instructions in the wiki. It seems I have two versions of deluge installed though:

None of those actually run.
Problem:
When I build 1.2.1 it does not run...
Is there a way to remove those two versions and get it working properly? Also, is there a way I can just do apt-get install deluge-torrent and have 1.2.1 installed simply? If I do that command it installs the old 0.5.9.x version...
any ideas?
edit:
when I run it:
seems already installed?Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/deluge-1.2.1-py2.5.egg/deluge/ui/gtkui/gtkui.py", line 275, in _on_reactor_start
client.start_classic_mode()
File "/usr/lib/python2.5/site-packages/deluge-1.2.1-py2.5.egg/deluge/ui/client.py", line 531, in start_classic_mode
self._daemon_proxy = DaemonClassicProxy(self.__event_handlers)
File "/usr/lib/python2.5/site-packages/deluge-1.2.1-py2.5.egg/deluge/ui/client.py", line 408, in __init__
self.__daemon = deluge.core.daemon.Daemon(classic=True)
File "/usr/lib/python2.5/site-packages/deluge-1.2.1-py2.5.egg/deluge/core/daemon.py", line 136, in __init__
from deluge.core.core import Core
File "/usr/lib/python2.5/site-packages/deluge-1.2.1-py2.5.egg/deluge/core/core.py", line 36, in <module>
from deluge._libtorrent import lt
File "/usr/lib/python2.5/site-packages/deluge-1.2.1-py2.5.egg/deluge/_libtorrent.py", line 59, in <module>
import libtorrent as lt
ImportError: No module named libtorrent

deluge GUI loads and says it cannot enable classic mode, so it turns it off

Then deluge runs but I cannot use the menus properly (everything is grayed out)
any ideas what is wrong?