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

-- 
A man generally has two reasons for doing a thing. One that sounds
good, and a real one.

Attachment: pgpiZ4IOAgPOv.pgp
Description: PGP signature

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