Your message dated Thu, 24 Feb 2005 21:58:04 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#296815: ImportError: dbus_bindings.so: undefined symbol: 
None
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 24 Feb 2005 20:30:31 +0000
>From [EMAIL PROTECTED] Thu Feb 24 12:30:30 2005
Return-path: <[EMAIL PROTECTED]>
Received: from aster.neo-lan.net [81.57.244.52] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D4Pd0-0001zz-00; Thu, 24 Feb 2005 12:30:30 -0800
Received: from aneto (aneto.local.lan [192.168.0.2])
        by aster.neo-lan.net (Postfix) with ESMTP id CE4CF128C7E
        for <[EMAIL PROTECTED]>; Thu, 24 Feb 2005 21:29:55 +0100 (CET)
Received: from nico by aneto with local (Exim 4.44)
        id 1D4PcR-0001RO-IF
        for [EMAIL PROTECTED]; Thu, 24 Feb 2005 21:29:55 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Nicolas STRANSKY <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: ImportError: dbus_bindings.so: undefined symbol: None
X-Mailer: reportbug 3.8
Date: Thu, 24 Feb 2005 21:29:55 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: python2.3-dbus
Version: 0.23.2-1
Severity: grave
Justification: renders package unusable

Hi,

When launching hal-device-manager, I get the following error:

Traceback (most recent call last):
  File "/usr/bin/hal-device-manager", line 15, in ?
    from DeviceManager import DeviceManager
  File "/usr/share/hal/device-manager/DeviceManager.py", line 6, in ?
    import dbus
  File "/usr/lib/python2.3/site-packages/dbus.py", line 44, in ?
    import dbus_bindings
ImportError: /usr/lib/python2.3/site-packages/dbus_bindings.so:
undefined symbol: None

Please ask me for any additionnal information, if needed.

Thanks in advance,

Regards.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-rc3-mm2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-1) (ignored: 
LC_ALL set to fr_FR)

Versions of packages python2.3-dbus depends on:
ii  dbus-1                      0.23.2-1     simple interprocess messaging syst
ii  dbus-glib-1                 0.23.2-1     simple interprocess messaging syst
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  python2.3                   2.3.5-1      An interactive high-level object-o

-- no debconf information

---------------------------------------
Received: (at 296815-done) by bugs.debian.org; 24 Feb 2005 20:58:16 +0000
>From [EMAIL PROTECTED] Thu Feb 24 12:58:16 2005
Return-path: <[EMAIL PROTECTED]>
Received: from simons.xs4all.nl (fire.luon.net) [80.126.201.244] (postfix)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D4Q3r-00077u-00; Thu, 24 Feb 2005 12:58:16 -0800
Received: from spring.luon.net (spring-wired.ipv6.luon.net 
[IPv6:2001:888:1d84:0:20a:95ff:fed1:4834])
        by fire.luon.net (Postfix) with ESMTP id 3DEAA92;
        Thu, 24 Feb 2005 21:58:07 +0100 (CET)
Received: by spring.luon.net (Postfix, from userid 1000)
        id 0027237D3F; Thu, 24 Feb 2005 21:58:04 +0100 (CET)
Date: Thu, 24 Feb 2005 21:58:04 +0100
To: Nicolas STRANSKY <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#296815: ImportError: dbus_bindings.so: undefined symbol: None
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
X-Operating-System: Linux spring 2.6.9-spring #1 Wed Dec 8 16:49:28 CET 2004 
ppc GNU/Linux
User-Agent: Mutt/1.5.6+20040907i
From: [EMAIL PROTECTED] (Sjoerd Simons)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

On Thu, Feb 24, 2005 at 09:29:55PM +0100, Nicolas STRANSKY wrote:
> Package: python2.3-dbus
> Version: 0.23.2-1
> Severity: grave
> Justification: renders package unusable
> 
> Hi,
> 
> When launching hal-device-manager, I get the following error:
> 
> Traceback (most recent call last):
>   File "/usr/bin/hal-device-manager", line 15, in ?
>     from DeviceManager import DeviceManager
>   File "/usr/share/hal/device-manager/DeviceManager.py", line 6, in ?
>     import dbus
>   File "/usr/lib/python2.3/site-packages/dbus.py", line 44, in ?
>     import dbus_bindings
> ImportError: /usr/lib/python2.3/site-packages/dbus_bindings.so:
> undefined symbol: None
> 
> Please ask me for any additionnal information, if needed.

This was fixed in the upload i did today (0.23.2-2).

  Sjoerd
-- 
Time is an illusion perpetrated by the manufacturers of space.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to