hagit guy wrote: > Hi All, > I am trying to install freevo-1.7.0 which I have downloaded from the freevo > homepage. > When installing it I get: > > checking for xml.utils.qp_xml... found > checking for kaa... found > checking for kaa.metadata... found > checking for kaa.imlib2... not found > > The problem is this: > src/image.c:52: error: readbufferproc undeclared here (not in a function) > src/image.c:52: error: expected } before > Image_PyObject_Buffer__get_read_buffer > failed to build imlib2 > > Do you know what the problem can be? > When I tried to install it seperatly I succeded but still got: > > checking for xml.utils.qp_xml... found > checking for kaa... found > checking for kaa.metadata... found > checking for kaa.imlib2... not found > > Please help me with this
Which version of Python are you using? Freevo-1.7 supports Python-2.4 as there are some features used in kaa that stop Python-2.3 working correctly. You may need to use the svn version of kaa if you're using Python-2.5 Duncan ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
