keptenkurk / BS440

Python code to talk to Medisana BS440 bluetooth enabled bathroom scale
MIT License
50 stars 34 forks source link

ModuleNotFoundError: No module named 'ConfigParser' #89

Closed throwoutofcoffeeexception closed 4 years ago

throwoutofcoffeeexception commented 4 years ago

I am using Python 3.7 and get the error ModuleNotFoundError: No module named 'ConfigParser' whats the problem? The module is installed.

DjZU commented 4 years ago

Use Python 2. I've done some changes to run with Python 3, I will try to upload the code.