Hi again, This piece of advice Duncan gave helped with the installation problem. Thanks! I just added he development package and re-installed.
-Pasi- Duncan Webb kirjoitti: > Pasi Pitkänen wrote: > >> Hi, >> >> Merry Christmas to everyone! Hope you have done something else also, not >> totally working on Freevo :-) >> >> I checked the installation log again and it seems to have a problem with >> imlib2. I have 1.3.0 installed and the log claims that it cannot detect >> imlib2 during intallation. It just checked for 1.2.1 and 1.1.1 and >> finally stated 'not found'. I pasted the crucial parts of the log >> here... Maybe this has something to do with my problem? >> > > How did you install imlib2 from source or a package manager? Packaged > version often require a -dev version for the headers files. > > Duncan > > >> ********************************** >> .... >> >> setup] Leaving kaa submodule base >> [setup] Entering kaa submodule imlib2 >> Imlib2 >= 1.2.1 not found >> Download from http://enlightenment.freedesktop.org/ >> failed to build imlib2 >> [setup] Leaving kaa submodule imlib2 >> [setup] Entering kaa submodule display >> checking for X11 ... ok >> checking for imlib2 >= 1.1.1 ... no >> checking for evas >= 0.9.9.010 ... no >> checking for directfb >= 0.9.20 ... no >> checking for pygame ... ok >> >> .... >> >> [setup] Leaving kaa submodule cherrypy >> [setup] Entering kaa submodule beacon >> Imlib2 >= 1.1.1 not found >> Download from http://enlightenment.freedesktop.org/ >> failed to build beacon >> [setup] Leaving kaa submodule beacon >> [setup] Entering kaa submodule popcorn >> >> .... >> >> Summary: >> + base, display, mevas, epg, record, metadata, canvas, xine, cherrypy, >> popcorn, feedmanager >> - imlib2, evas, beacon >> >> The failed modules (-) may not be required by Freevo, e.g. >> evas, canvas and xine are not needed right now. >> *********************************** >> >> Hope this is any help... >> >> Thanks >> >> -Pasi- >> >> >> Dirk Meyer kirjoitti: >> >>> Pasi Pitkänen wrote: >>> >>> >>>> Hi, >>>> >>>> I checked out Freevo2 yesterday and when running it for the first time I >>>> faced a problem, after starting freevo (with command './freevo' from bin >>>> directory), I got following error message. >>>> >>>> Traceback (most recent call last): >>>> File "./freevo", line 96, in <module> >>>> import freevo.ui >>>> File >>>> "/home/vieras/Freevo2/lib/python2.5/site-packages/freevo/ui/__init__.py", >>>> line 49, in <module> >>>> freevo.xmlconfig.xmlconfig(pycfgfile, cfgsource, 'freevo.ui') >>>> File "../core/build/lib/freevo/xmlconfig.py", line 131, in xmlconfig >>>> TypeError: default __new__ takes no parameters >>>> >>>> I realize that this has to have something to do with my environment >>>> because this would have popped up to all freevo2 users if it is problem >>>> in Freevo2 itself. The problem is that, I have no idea where to look. I >>>> tried to find a Parser class from kaa. I found parser.py, but it doesn't >>>> contain class definition (as far as I understand Python), only some >>>> methods. As stated, I'm new with Python (long experience with C/C++), so >>>> help is needed. >>>> >>>> >>> That is a very strange bug. The bad line is >>> | kaa.distribution.xmlconfig.Parser(package).parse(doc.firstChild, out) >>> >>> The class called here is in base/src/distribution/xmlconfig.py >>> But the class definition is >>> | class Parser(object): >>> | >>> | def __init__(self, package): >>> | self._package = package >>> >>> There is no __new__ anywhere. Is there any Freevo 2.0 Python 2.5 and >>> 64-bit user anywhere? >>> > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Freevo-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freevo-users > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
