Finally, I found out. It refers to the deb packet of version 5.0.0b10.

There are 2 directories called "user": /etc/weewx/bin/user and 
/usr/share/weewx/user. Both of them are included in Python's search path, 
where it looks for modules. Python decides which one it uses to really load 
modules. And it uses the other one.

As a workaround I did:
cd /etc/weewx/bin
sudo rm user
sudo ln -s /usr/share/weewx/user user

After the installation of WeeWX "extensions.py" resided in 
/usr/share/weewx/user. That is the reason I set the link the way I did.

This may be an issue for the development team, @Tom, except it is already 
known.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-development" 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-development/4c3d068d-ec47-4935-a7fb-26879811f699n%40googlegroups.com.

Reply via email to