I suspect your issue is that your symlink to python3 is causing wee_import to run under python 3 and hence the python 3 versions of the WeeWX python pre-requisites are required. Since you are running WeeWX under python these pre-requisites are not installed. You could try installing the following (untested):
$ sudo yum install python3-configobj There may be other flow on dependency issues. Alternatively, you could temporarily remove your python 3 symlink and run wee_import, this would run wee_import under python2 and use your (presumably) already installed pre-requisites. 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/6a83e823-6f75-4d51-bb22-073849db75ac%40googlegroups.com.
