Andreas Büsching wrote:

Hi Justin,

Justin Wetherell said the following on 02/12/2005 02:48 AM:

After typing "make" in the Freevo dir and doing a python setup.py install in each dir in freevo/lib. I get this error while starting freevo...

./freevo start
The python Imlib2 bindings could not be loaded!
To compile pyimlib run 'make'

I make typed make in the pyimlib2 dir and made no difference.


Normally it should be enough to run make in the top level source directory of your CVS working copy and nothing else. The freevo start script does the rest by setting the PYTHONPATH.

You could try to do the following:

- Set the PYTHONPATH environment variable to
  $<freevo-source-directory>/site-packages
- run a python shell
- import Imlib2

Do you get an error?

crunchy

That seems to have gotten me alittle furthur. Now I get this:
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/local/src/freevo-2.0/site-packages/Imlib2.py", line 30, in ?
import _Imlib2, types, math, os
ImportError: /usr/local/src/freevo-2.0/site-packages/_Imlib2module.so: undefined symbol: imlib_context_set_display




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to