Thanks for your very quick reply. I've downloaded the cvs version of pydirectfb but when I do "python setup.py install", this error appears:
building 'directfb' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/directfb -I/usr/include/python2.3 -c directfb.c -o build/temp.linux-i686-2.3/directfb.o directfb.c: Dans la fonction « DirectFB_GetCardCapabilities »: directfb.c:300: error: `DFBGraphicsDeviceDescription' undeclared (first use in this function) directfb.c:300: error: (Each undeclared identifier is reported only once directfb.c:300: error: for each function it appears in.) directfb.c:300: error: erreur de syntaxe before "caps" directfb.c:301: error: structure has no member named `GetDeviceDescription' directfb.c:301: error: `caps' undeclared (first use in this function) directfb.c: Dans la fonction « DirectFB_GetDeviceDescription »: directfb.c:311: error: `DFBGraphicsDeviceDescription' undeclared (first use in this function) directfb.c:311: error: erreur de syntaxe before "desc" directfb.c:312: error: structure has no member named `GetDeviceDescription' directfb.c:312: error: `desc' undeclared (first use in this function) directfb.c: Hors de toute fonction : directfb.c:417: attention : `enumvidmodecb' defined but not used error: command 'gcc' failed with exit status 1 Do you know where my error is? >Selon Rob Shortt <[EMAIL PROTECTED]>: > bardinov wrote: > > Hello, > > Hi, > > > > I try to install freevo 2 with directfb. > > When I run freevo, I have this error and I don't find how to solve it. > > > > ERROR main(273): Crash! > > Traceback (most recent call last): > ... > > > from directfb import * > > ImportError: No module named directfb > > > > I have installed the last version of DirectFB (0.9.22) > > But you also need pydirectfb, the python module, from CVS: > > http://sourceforge.net/cvs/?group_id=99494 > > -Rob > > > -- > ------------------------------------------------------- > Rob Shortt | http://tvcentric.com | Freevo > [EMAIL PROTECTED] | http://freevo.sf.net | Free your TV > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Freevo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freevo-devel > ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
