Andreas Büsching wrote:

Hi Justin,

Justin Wetherell said the following on 02/12/2005 05:04 PM:

Andreas Büsching wrote:

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?


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


Okay that symbol is missing when the preprocessor variable X_DISPLAY_MISSING is set during compilation of imlib2. That mean, that the imlib2 package could not detect your X-Windows installation. To fix that run a X-Server and compile your imlib2 package again.

Before doing this you should be sure that your really want to use an X-Display for freevo.

crunchy


Well, I use directFB now. Is that available on 2.0 at this moment?


------------------------------------------------------- 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