Python Forum

Full Version: Problems Using XBRL Module
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
do you have multiple python installations? Also note it's
from xbrl import XBRLParser
note the lower case