Re: compile problems

Frederic Gobry <[email protected]> Mon, 20 Mar 2006 11:25:46 +0100
Newsgroups gmane.comp.gnome.apps.pybliographer
Message-ID <[email protected]>
> configure: error: error in python modules dependencies: No module named
> _recode
> 
> while running configure for pybliographer.  What does it "really" mean and
> what do I need to do to fix it?

It means that the statement 

  import _recode

failed when checking for the recode module, which means that the module
cannot be imported at all. Usually, it comes from a missing module, or a
module not in the python search path. In some rare cases, it can be due
to a shared library problem.  Can you start python in a terminal and try
this statement?  Maybe you installed recode for another version of
python than the one you use for pybliographer?

Frédéric
signature.asc (application/pgp-signature, 191 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEHoMqFjQHpltE9KURAo2UAKDMgSLn/bAf/uGdBlcCmEmmdbZKPgCg1eM4
nx1nX5BMFYvunoQ3V14bgmA=
=ffp8
-----END PGP SIGNATURE-----