Python Forum
Problems Using XBRL Module - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Problems Using XBRL Module (/thread-19020.html)



Problems Using XBRL Module - IanI - Jun-10-2019

I've tried to download the XBRL module using pip install. The module appears to be present vie the path C:\Program Files\Python36\Lib\site-packages. However the interpreter returns "No module named XBRL" when I try to import the XBRLParser. HOw can I resolve this issue so I can use XBRL?


RE: Problems Using XBRL Module - buran - Jun-10-2019

do you have multiple python installations? Also note it's
from xbrl import XBRLParser
note the lower case