outcome of print cfg:

./src/config.cxml
./src/plugins/config.cxml
./src/plugins/idlebar/config.cxml
./src/image/config.cxml
./src/gui/config.cxml
./src/tv/config.cxml
./src/tv/plugins/config.cxml
Traceback (most recent call last):
  File "setup.py", line 78, in ?
    version      = VERSION,
....

Copying the config.cxml from ui/src was indeed not the solution. I got
errors when trying to start freevo... It was missing some config
settings...

Op zondag 25-03-2007 om 17:30 uur [tijdzone +0200], schreef Dirk Meyer:
> Jose wrote:
> > Hi,
> >
> > When I build/install freevo after clean build (python setup.py clean), I
> > get the following error:
> >
> > [setup] Entering freevo submodule ui
> > Traceback (most recent call last):
> >   File "setup.py", line 78, in ?
> >     version      = VERSION,
> >   File "setup.py", line 72, in ?
> >     xmlconfig('build/config.cxml', cxml_files)
> >   File "../core/build/lib/freevo/xmlconfig.py", line 61, in xmlconfig
> >     m = minidom.parse(cfg).firstChild
> >   File "/usr/lib/python2.4/site-packages/_xmlplus/dom/minidom.py", line
> > 1915, in parse
> >     return expatbuilder.parse(file)
> >   File "/usr/lib/python2.4/site-packages/_xmlplus/dom/expatbuilder.py",
> > line 926, in parse
> >     result = builder.parseFile(fp)
> >   File "/usr/lib/python2.4/site-packages/_xmlplus/dom/expatbuilder.py",
> > line 207, in parseFile
> >     parser.Parse(buffer, 0)
> > xml.parsers.expat.ExpatError: not well-formed (invalid token): line 23,
> > column 1
> >
> > When I copy the config.cxml file to the ui/build/ directory installation
> > is ok.
> 
> It is a bit more complicated. The parser combines all cxml files in
> the src tree. One good file does not mean all are good. To find out
> the bad file, please 'print cfg' before minidom.parse(cfg).firstChild
> in xmlconfig.py line 61 and tell me the filename.  
> 
> 
> Dischi
> 
> -------------------------------------------------------------------------
> 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


-------------------------------------------------------------------------
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

Reply via email to