Thanks for getting back so soon! I definitely used pip3 to install one version but I think you're right, I did find a version installed in pip.zak45 wrote:@DrJS
hi, maybe you have mixed python version i.e; 2.7.x & 3.x ?? !!
if this is the case, pip command would install on the default one, which is probable 2.7.
you need to use pip3 if i'm not wrong, but first I would uninstall broadlink from 2.7 (pip uninstall broadlink)
pi@domoticz:/tmp/pip-l8yisscy-build/broadlink $ sudo pip uninstall broadlink
Uninstalling broadlink:
/usr/local/lib/python2.7/dist-packages/broadlink-0.3.egg-info
Proceed (y/n)? y
Successfully uninstalled broadlink
pi@domoticz:/tmp/pip-l8yisscy-build/broadlink $ cd ~
pi@domoticz:~ $ cd broadlink
pi@domoticz:~/broadlink $ ls
broadlink-0.4 broadlink-0.4.tar.gz python-broadlink-master.zip setup.py
pi@domoticz:~/broadlink $ sudo pip3 install .
Unpacking /home/pi/broadlink
Running setup.py (path:/tmp/pip-c9mtso4b-build/setup.py) egg_info for package from file:///home/pi/broadlink
Requirement already satisfied (use --upgrade to upgrade): broadlink==0.3 from file:///home/pi/broadlink in /usr/local/lib/python3.4/dist-packages
Requirement already satisfied (use --upgrade to upgrade): pycrypto==2.6.1 in /usr/local/lib/python3.4/dist-packages (from broadlink==0.3)
Cleaning up...
However, I still don't have a broadlink folder under the dist-packages folder - I have NO idea where it's going, because the script (setup.py) seems to execute OK when I run the "sudo pip3 install ." command. I really wish the issue with 0.4 could be sorted! I'm having no success getting 0.3 installed. Gutted, was really hoping to have worked with this over the bank holiday.