Thanks for the reply. This is what is in site-packages: ls -a ./ freevo@ Imlib2.py@ libvisual.so@ mevas@ pyepg@ ../ _Imlib2module.so@ Imlib2.pyo mbus@ notifier@ pywebinfo@
The strange thing is when I first build it and had forgotten to install the pygame-devel package it would start up and I got to see the outline of the window (but then crash because pygame related things were missing). I have filed a bug report with mandriva. If they do something about it I will post it here. :) Thanks again 2005/4/26, Dirk Meyer <[EMAIL PROTECTED]>: > "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. > > > ------------------------------------------------------- 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_ide95&alloc_id396&op=click _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
