Using XML w/ Python...

Jay JMailone at gmail.com
Mon Dec 12 01:53:15 EST 2005


Spoke too soon, i get this error when running amara in ActivePython

>>> import amara
>>> amara.parse("http://www.digg.com/rss/index.xml")
Traceback (most recent call last):
  File "<interactive input>", line 1, in ?
  File "C:\Python23\Lib\site-packages\amara\__init__.py", line 50, in
parse
    if IsXml(source):
NameError: global name 'IsXml' is not defined

So im guessing theres an error with one of the files...




More information about the Python-list mailing list