trying to use sax for a very basic first xml parser

Miki miki.tebeka at gmail.com
Mon Jul 14 14:14:46 EDT 2008


Hello,

> but when I copy the script into blender and run it I get:
>
> [code]Compiled with Python version 2.5.
> Checking for installed Python... got it!
> Traceback (most recent call last):
>   File "Text", line 27, in <module>
>   File "H:\Python25\lib\xml\sax\__init__.py", line 93, in make_parser
>     raise SAXReaderNotAvailable("No parsers found", None)
> xml.sax._exceptions.SAXReaderNotAvailable: No parsers found[/code]
Python is using an external library for SAX (expat IIRC).
I *guess* the Python that comes with Blender don't have this library.

> Its probably a stupid question but thanks anyway!
He who asks is a fool for five minutes, but he who does not ask
remains a fool forever.
- Chinese Proverb

HTH,
--
Miki <miki.tebeka at gmail.com>
http://pythonwise.blogspot.com



More information about the Python-list mailing list