From: Jean-Christian de Rivaz <jc@eclis.ch>
To: buildroot@busybox.net
Subject: [Buildroot] dbus-python and pyexpat
Date: Thu, 02 Apr 2009 15:22:29 +0200 [thread overview]
Message-ID: <49D4BC15.2070100@eclis.ch> (raw)
Hello,
I try to use the dbus-python package. It compile fine, but when
I try to use it on the target, I get this error:
# python
Python 2.4.5 (#1, Mar 26 2009, 16:56:57)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import dbus
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.4/site-packages/dbus/__init__.py", line 100, in ?
from dbus._dbus import Bus, SystemBus, SessionBus, StarterBus
File "/usr/lib/python2.4/site-packages/dbus/_dbus.py", line 46, in ?
from dbus.bus import BusConnection
File "/usr/lib/python2.4/site-packages/dbus/bus.py", line 46, in ?
from dbus.connection import Connection
File "/usr/lib/python2.4/site-packages/dbus/connection.py", line 42, in ?
from dbus.proxies import ProxyObject
File "/usr/lib/python2.4/site-packages/dbus/proxies.py", line 35, in ?
from dbus._expat_introspect_parser import process_introspection_data
File "/usr/lib/python2.4/site-packages/dbus/_expat_introspect_parser.py", line 26, in ?
from xml.parsers.expat import ExpatError, ParserCreate
File "/usr/lib/python2.4/xml/parsers/expat.py", line 4, in ?
ImportError: No module named pyexpat
>>>
The strange thing is that there seem to be no pyexpat package in
buildroot yet. So I don't understand how dbus-python can be
functional on the target.
Best Regards,
--
Jean-Christian de Rivaz
reply other threads:[~2009-04-02 13:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49D4BC15.2070100@eclis.ch \
--to=jc@eclis.ch \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.