NightRang3r / Broadlink-e-control-db-dump

These two scripts will "parse" the broadlink e-Control Android application database or SharedData and dump the IR / RF codes for selected accessories into a text file which can be later used with broadlink-python to send the codes to the RM PRO hub
149 stars 52 forks source link

Unable to locate the installed simplejson, ask for help #3

Closed Guoer-xz closed 6 years ago

Guoer-xz commented 7 years ago

I use a Mac computer, in accordance with the data to run getBroadlinkSharedData.py, can not find the already installed simplejson, the terminal display as follows: ———————————————————————————————————————— GuoerdeMacBook-Pro:code guoer$ pip3 install simplejson Requirement already satisfied: simplejson in /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages GuoerdeMacBook-Pro:code guoer$ python getBroadlinkSharedData.py Traceback (most recent call last): File "getBroadlinkSharedData.py", line 20, in import simplejson as json ImportError: No module named simplejson GuoerdeMacBook-Pro:code guoer$ ————————————————————————————————————————

NightRang3r commented 7 years ago

@Guoer-xz It's not python 3, Use python 2.7