python libexo bindings broken?

Robby Workman rw at rlworkman.net
Wed Jul 22 05:52:30 CEST 2009


On Tue, 21 Jul 2009 20:31:35 -0700
Adam B <cruxic at gmail.com> wrote:

> When I install "libexo-0.3-0" on Ubuntu 9.04 I don't get any python
> related stuff:
>   /usr/lib
>   /usr/lib/libexo-0.3-0
>   /usr/lib/libexo-0.3-0/exo-compose-mail-0.3
>   /usr/lib/libexo-0.3-0/exo-helper-0.3
>   /usr/lib/libexo-0.3-0/exo-mount-notify-0.3
>   /usr/lib/libexo-0.3.so.0.5.0
>   /usr/lib/libexo-hal-0.3.so.0.5.0


Those appear to be 32bit libraries (at least the last two files
anyway), but the ones you mention below are 64bit.  Are you on
a multilib system, or looking at two different systems, or did
I just confuse you by pasting stuff from a 64bit system? :-)


> What package name and version are you using, Robby?


Well, I'm on Slackware, so it's part of our Xfce package - we don't
split exo out into a separate package.


> Oddly enough, when I install it from apt-get source (as described
> previously) I get almost exactly what you have Robby:
> 	$ ls -1R /usr/lib64/python2.6/site-packages/
> 	/usr/lib64/python2.6/site-packages/:
> 	exo-0.3
> 	pyexo.py
> 	pyexo.pyc
> 	pyexo.pyo
> ...
> 
> Even so, the "python -c..." command still complains "ImportError: No
> module named pyexo".


Hrm...  Make sure the relevant directories are listed here:
  python -c "import sys; print ':'.join(sys.path[1:])"

If they're not, I really don't know what to tell you -- I actually
don't know too much about python...  :-)

-RW
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://mail.xfce.org/pipermail/xfce4-dev/attachments/20090721/c8dfba05/attachment.pgp>


More information about the Xfce4-dev mailing list