Open greedo opened 9 years ago
Issue appears to be fixed now.
I just got this exact error! how did you fix it? @greedo
I just downloaded this package and tried running the gaap.py. I keep getting the AttributeError - can you please tell me what I'm missing here. Installed all packages and everything looks in order..
Attached is the error message:
C:\Python27\python.exe C:/Learning/PythonWorkspace/projects/xbrlBaba/examples/gaap.py
Traceback (most recent call last):
File "C:/Learning/PythonWorkspace/projects/xbrlBaba/examples/gaap.py", line 9, in
Process finished with exit code 1
Parsing error is occurring with http://www.sec.gov/Archives/edgar/data/320193/000119312514383437/aapl-20140927.xml
xbrl = XBRLParser.parse(file("aapl-20140927.xml"))
And this is the error I get back: AttributeError Traceback (most recent call last)