Most likely a PYTHON_PATH issue (basically python has no idea where to find the WeeWX modules. Try something like:
$ PYTHON_PATH=/home/weewx/bin python3 s3upload.py /Users/Mike/WebSites/Weewx/new or $ PYTHON_PATH=/usr/share/weewx python3 s3upload.py /Users/Mike/WebSites/Weewx/new depending on whether you did a setup.py or package WeeWX install. 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/5631ded3-2265-4b4d-9460-6b0b53c86019%40googlegroups.com.
