deluge 1.2.0 crashes

General support for problems installing or using Deluge
Post Reply
N3M3SIS7
New User
New User
Posts: 3
Joined: Wed Jan 27, 2010 6:05 pm

deluge 1.2.0 crashes

Post by N3M3SIS7 »

Installed deluge from different sources.
But regardless of the source it still crashes.

Code: Select all

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.5/deluge/ui/gtkui/gtkui.py", line 273, in _on_reactor_start
    client.start_classic_mode()
  File "/usr/lib/pymodules/python2.5/deluge/ui/client.py", line 538, in start_classic_mode
    self._daemon_proxy = DaemonClassicProxy(self.__event_handlers)
  File "/usr/lib/pymodules/python2.5/deluge/ui/client.py", line 408, in __init__
    self.__daemon = deluge.core.daemon.Daemon(classic=True)
  File "/usr/lib/pymodules/python2.5/deluge/core/daemon.py", line 134, in __init__
    from deluge.core.core import Core
  File "/usr/lib/pymodules/python2.5/deluge/core/core.py", line 36, in <module>
    from deluge._libtorrent import lt
  File "/usr/lib/pymodules/python2.5/deluge/_libtorrent.py", line 59, in <module>
    import libtorrent as lt
ImportError: /usr/lib/libboost_python-gcc42-1_34_1.so.1.34.1: undefined symbol: Py_InitModule4
deranjer
New User
New User
Posts: 6
Joined: Wed Jan 27, 2010 8:29 pm

Re: deluge 1.2.0 crashes

Post by deranjer »

What distro are you running this on? What repositories are you using?

As a guess I would recommend re-installing boost, and libtorrent.
Post Reply