greedo / python-xbrl

xbrl parser written in Python :bulb:
https://pypi.python.org/pypi/python-xbrl
Apache License 2.0
220 stars 76 forks source link

DEISerializer is not defined NameError #33

Closed joebarbere closed 7 years ago

joebarbere commented 8 years ago

Running the example gaap.py results in the following error:

Traceback (most recent call last): File "gaap.py", line 29, in serializer = DEISerializer() NameError: name 'DEISerializer' is not defined