Re: [weewx-user] Error in weewxd at start

2024-06-10 Thread Andrea
Hi Tom. Yes, weewx was running since February. Every Weeks I restart the PC and always weewx running normal. Yesterday, suddenly, doesn't work anymore. I use virtual environment with the command source and then launch weewxd. thanks Andrea Il giorno domenica 9 giugno 2024 alle 19:32:32 UTC

Re: [weewx-user] Error in weewxd at start

2024-06-10 Thread Andrea
Maybe I found the problem. With last system update, the new version of Python was installed and Weewx doesn't runnig because all the software is in the previous version directory ../weewx-venv/lib/python3.11/site-packages/" I copied all the software in the new directory ../...python3.12/site-p

Re: [weewx-user] Error in weewxd at start

2024-06-10 Thread Andrea
there's still a problem with Pillow Il giorno lunedì 10 giugno 2024 alle 09:39:40 UTC+2 Andrea ha scritto: > Hi Tom. > Yes, weewx was running since February. Every Weeks I restart the PC and > always weewx running normal. Yesterday, suddenly, doesn't work anymore. > I use virtual environment wi

Re: [weewx-user] Error in weewxd at start

2024-06-10 Thread 'steepleian' via weewx-user
Tom,I know of another user who had an identical problem with Manjaro when Python was updated to 3.12. With a self contained virtual environment I was surprised this happened. Is this worth further investigation?I.https://claydonsweather.org.ukOn 10 Jun 2024, at 11:25, Andrea wrote:there's still a

Re: [weewx-user] Errors after restart systemctl

2024-06-10 Thread Ton Karsten
Sorry for the confusion, had used an old version after my new installation. Op zo 9 jun 2024 om 21:45 schreef vince : > yes that was fixed in February > > On Sunday, June 9, 2024 at 12:04:21 PM UTC-7 Tom Keffer wrote: > >> I was referring to the lack of an @property decorator on the >> hardwa

Re: [weewx-user] Error in weewxd at start

2024-06-10 Thread vince
Maybe. I suppose a potential change would be in how weewx generates its ExecStart string. Installing weewx via "python3 -m venv weewx-venv" generates the following: ExecStart=/home/pi/weewx-venv/bin/python3 /home/pi/weewx-venv/lib/python3.9/site-packages/weewxd.py /home/pi/weewx-data/weew

Re: [weewx-user] Error in weewxd at start

2024-06-10 Thread 'steepleian' via weewx-user
Vince,For me the second option is preferable as I assume that it would preserve the existing Python version until WeeWX deems it necessary to upgrade.https://claydonsweather.org.ukOn 10 Jun 2024, at 18:38, vince wrote:Maybe. I suppose a potential change would be in how weewx generates its ExecSta

Re: [weewx-user] Re: WeeWx stops doing its thing

2024-06-10 Thread Tom Keffer
How about a copy of the log as described above? On Sun, Jun 9, 2024 at 11:19 PM G7LTT wrote: > "Doing its thing" would be whatever the app does; collect stats, populate > the DB, create the web pages, upload the webpages. Y'know? "do its thing" . > > On Sunday, June 9, 2024 at 2:31:59 PM UTC-4 v

Re: [weewx-user] Error getting data from Vantage2 station

2024-06-10 Thread Tom Keffer
How are you starting weewxd? Are you using a systemd service file? Or, are you running it detached from a terminal, then logging out? If the latter, the tty goes away and you will get the error shown in your log. On Sun, Jun 9, 2024 at 8:03 PM Sanjiv B wrote: > After EVERY record obtained from t

[weewx-user] Re: How to publish HTML from weewx to WordPress

2024-06-10 Thread 'Cameron D' via weewx-user
I think you are not using the correct remote path - wordpress root, server root and sftp root folders can all be different, and can also change depending on provider. Wordpress.com help looks like they use /htdocs/wp-content/... which suggests their sftp server does a chroot to your account logi