He may have used a package installer (not setup.py or pip). Patrick, how did you install weewx? If you used a package installer, it should have installed configobj for you.
Also, what do you get for *head /usr/share/weewx/wee_extension* -tk On Mon, Oct 9, 2023 at 1:12 PM vince <[email protected]> wrote: > If you are on a debian-based operating system and using python3.... > > sudo pip3 install configobj > > If you run into more missing modules see > https://www.weewx.com/docs/4.10/setup.htm > > On Monday, October 9, 2023 at 11:41:06 AM UTC-7 [email protected] wrote: > >> hello, >> >> now the skin "Season" is OK, I want to install the skin" Belchertown" but >> I have this Error: >> >> sudo /usr/share/weewx/wee_extension --install >> weewx-belchertown-release-1.3.1.tar.gz >> Traceback (most recent call last): >> File "/usr/share/weewx/wee_extension", line 13, in <module> >> import weecfg.extension >> File "/usr/share/weewx/weecfg/__init__.py", line 23, in <module> >> import configobj >> ImportError: No module named configobj >> >> I had already this error but I don't remenber that I done to resolve. >> >> Patrick >> > -- > 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/f9cdb923-7226-48e0-9005-2559cbcb25fdn%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/f9cdb923-7226-48e0-9005-2559cbcb25fdn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAPq0zEADqQ66sb8UfU6Hj_vaEY%3DgQg_S6WB7CD65eSO35GKbvw%40mail.gmail.com.
