Having trouble uploading Python module for QWIIC Motor Driver

I am trying to upload this file:

qwiic_scmd.py

to a system called Mycodo. When I do I get - ERROR: Import Output: Could not load OUTPUT_INFORMATION dictionary from the uploaded output module".

Is the OUTPUT_INFORMATION a part of the python code file I’m trying to upload? If so how do I go about altering it? If not any suggestions? Thanks for the help.

That’s an error with the program you are using - contact Mycodo Support for help with this program (appears to be calling for undeclared definitions)

It sounds like this similar, but different, issue might help you https://kylegabriel.com/forum/general-d … or-driver/ learn what settings are needed for that import

Best of luck!