Deluge wont start

General support for problems installing or using Deluge
Post Reply
termseg

Deluge wont start

Post by termseg »

Hello everybody

Deluge crashes with following message:

Code: Select all

Traceback (most recent call last):
  File "/usr/local/bin/deluge", line 46, in <module>
    import deluge._dbus as dbus
  File "/usr/local/lib/python2.5/site-packages/deluge/_dbus.py", line 32, in <module>
    from dbus import Interface, SessionBus, version
  File "/usr/local/lib/python2.5/site-packages/dbus/__init__.py, line 79, in <module>
    import dbus.types as types
  File "/usr/local/lib/python2.5/site-packages/dbus/types.py", line 6 in <module>
    from _dbus_bindings import ObjectPath, ByteArray, Signature, Byte, ImportError: /usr/local/lib/python2.5/site-packages/_dbus_bindings.so: Undefined symbol "dbus_server_get_id"
FreeBSD 7.0-RELEASE, i386
i installed python & deluge from ports
/usr/ports/net-p2p/deluge
/usr/ports/lang/python
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Deluge wont start

Post by andar »

termseg wrote:Hello everybody

Deluge crashes with following message:

Code: Select all

Traceback (most recent call last):
  File "/usr/local/bin/deluge", line 46, in <module>
    import deluge._dbus as dbus
  File "/usr/local/lib/python2.5/site-packages/deluge/_dbus.py", line 32, in <module>
    from dbus import Interface, SessionBus, version
  File "/usr/local/lib/python2.5/site-packages/dbus/__init__.py, line 79, in <module>
    import dbus.types as types
  File "/usr/local/lib/python2.5/site-packages/dbus/types.py", line 6 in <module>
    from _dbus_bindings import ObjectPath, ByteArray, Signature, Byte, ImportError: /usr/local/lib/python2.5/site-packages/_dbus_bindings.so: Undefined symbol "dbus_server_get_id"
FreeBSD 7.0-RELEASE, i386
i installed python & deluge from ports
/usr/ports/net-p2p/deluge
/usr/ports/lang/python
There is something wrong with your python dbus install.
Post Reply