See if the schema is actually there. *ls -l /usr/share/weewx/weewx* *ls -l /usr/share/weewx/weewx/schemas*
See if you can import and print it: *PYTHONPATH=/usr/share/weewx python3 -c "import weewx.schemas.wview_extended as schema; print(schema.schema)"* On Mon, Jan 5, 2026 at 12:52 AM salinois <[email protected]> wrote: > hello Tom, > > yes I done it but I have many errors and weewx doesn't work. > > attached file > > and my conf line in weewx.conf > > # It is *only* used when the database is created. > schema = weewx.schema.wview_extended.schema > > Patrick > Le 05/01/2026 à 01:11, Tom Keffer a écrit : > > It appears that your schema is actually specified as > > *schema = weewx.schema.wview_extended* > > > It should be > > *weewx.schema.wview_extended.schema* > > > Perhaps you changed it? > > -- > 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 visit > https://groups.google.com/d/msgid/weewx-user/22f9205e-1859-4d21-bf2c-acd9c68b52ab%40gmail.com > <https://groups.google.com/d/msgid/weewx-user/22f9205e-1859-4d21-bf2c-acd9c68b52ab%40gmail.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 visit https://groups.google.com/d/msgid/weewx-user/CAPq0zEDFNDkQuTN28pKvZ5Au3N04PBN-P%2BUgxJz9su8yK2ijQw%40mail.gmail.com.
