Hi, It looks like you have modified the WeeWX installer and it has not done what you want. I cannot help with that but I suggest the easiest way to fix your requests import error is to manually install the python requests library. To install requests try (untested):
1. install pip: $ sudo apt-get install python-dev $ sudo apt-get install python-pip 2. install the requests library: $ sudo pip install requests Note that if your modified installer did not work as expected it is possible you will have other unmet dependencies (ie errors). You will need to deal with them as they occur and you may well have to install other libraries. Gary -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/0a9b6a73-fdba-4ab5-acf2-ad30d2456d0f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
