Hi there, I also found a problem in the latest freevo 2.0 svn version. It is the following problem: >>>>>>> ERROR __init__(1072): Crash! Traceback (most recent call last): File "./freevo", line 253, in ? displays.create() File "/home/joost/freevo2/lib/python2.4/site-packages/freevo/ui/gui/displays/__init__.py", line 66, in get display = Display(size, True) File "/home/joost/freevo2/lib/python2.4/site-packages/freevo/ui/gui/displays/imlib2.py", line 50, in __init__ Imlib2Canvas.__init__(self, size) File "/usr/lib/python2.4/site-packages/kaa/mevas/displays/imlib2canvas.py", line 49, in __init__ self._window = display.X11Window(size = size, title = title) AttributeError: 'module' object has no attribute 'X11Window' >>>>>>>>>
I have really no idea why this happens. I have also tried rebuilding freevo from scratch (deleting all and starting a new checkout), but still the same problem. Any ideas? I also found out that it is not possible anymore to install kaa in a different directory (using the --prefix). If you use the --prefix, freevo will not build anymore, because the setup (/core/build/lib/freevo/xmlconfig.py) requires 'kaa.distribution.xmlconfig'. See the error below. Do we really need to install kaa in the system (/usr/lib/..) or can this be fixed? >>>>>> Traceback (most recent call last): File "setup.py", line 65, in ? cxml_files = [] File "setup.py", line 51, in ? from freevo.xmlconfig import xmlconfig File "../core/build/lib/freevo/xmlconfig.py", line 40, in ? import kaa.distribution.xmlconfig ImportError: No module named kaa.distribution.xmlconfig >>>>>>> ------------------------------------------------------------------------- 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 Freevo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-devel