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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to