"J. DeVries" wrote:
>     r = fcntl.ioctl(self.device, long(QUERYCAP_NO), val)
> OverflowError: long int too large to convert to int
>
> And that's it. Reading the mailinglists I understand that it is a
> problem with python2.4. Can someone please confirm that and if it is
> what is the solution?

Yes, that is the problem. It is a problem with unsigned int for ioctl
and python not supporting this. I made a hack for Freevo 2.0. Maybe it
is possible to port this to 1.5.x. We would be to change all ioctl. 

[...]
> -lXext -ldl -lm -lSDL -lpthread -lepeg -ljpeg -o
> build/lib.linux-i686-2.4/_Imlib2module.so
> cp -f build/lib*/_Imlib2module.so .
> make[1]: Leaving directory `/home/xxxxx/freevo/lib/pyimlib2'
> (cd lib/pylibvisual ; make)
[...]
> make successfull

Looks good.

> [EMAIL PROTECTED] freevo]$ ./freevo
> The python Imlib2 bindings could not be loaded!
> To compile pyimlib run 'make'
> [EMAIL PROTECTED] freevo]$
>
> Anyone got a solution for that?

What is in /home/xxxxx/freevo/site-packages?


Dischi

-- 
The future ain't what it used to be.

Attachment: pgp8E0FEGK5CY.pgp
Description: PGP signature

Reply via email to