Re: [weewx-user] re: "AttributeError: tuype object 'ImageDraw' has no attribute 'textsize'"

2023-09-30 Thread kd4e
I'm getting no chart or graph - just the looped data - I think I followed a link here from a related thread - then forgot I was elsewhere ... I'll copy this to a new thread. On Saturday, September 30, 2023 at 5:47:03 PM UTC-4 Tom Keffer wrote: > kd4e, I'm not sure why you put your post under thi

Re: [weewx-user] re: "AttributeError: tuype object 'ImageDraw' has no attribute 'textsize'"

2023-09-30 Thread Tom Keffer
kd4e, I'm not sure why you put your post under this thread. Are you getting this error? If so, the current version of WeeWX, v4.10.2, as well as the beta version of v5.0, have the fix. If this is not your problem, you should really start a new thread. I'm not sure why you need genplot.py, but you

Re: [weewx-user] re: "AttributeError: tuype object 'ImageDraw' has no attribute 'textsize'"

2023-09-30 Thread kd4e
OK, after a dumb pill, or two, I renamed the existing genplot.py then got the linked genplot.py and copied it to /usr/share/weewx/weeplot/ then ran "sudo weewxd" No joy - same loop. Do I need to rerun "wee_config --reconfigure" or anything for it to take effect, please? On Saturday, September

Re: [weewx-user] re: "AttributeError: tuype object 'ImageDraw' has no attribute 'textsize'"

2023-09-30 Thread kd4e
Cool, thanks! Should a file like that have been auto-generated during install or setup? I don't find one. There is a weeplot in /usr/share/weewx On Saturday, September 30, 2023 at 4:25:09 PM UTC-4 vince wrote: > https://raw.githubusercontent.com/weewx/weewx/V5/bin/weeplot/genplot.py > for the l

Re: [weewx-user] re: "AttributeError: tuype object 'ImageDraw' has no attribute 'textsize'"

2023-09-30 Thread vince
https://raw.githubusercontent.com/weewx/weewx/V5/bin/weeplot/genplot.py for the latest v5 version On Saturday, September 30, 2023 at 1:22:51 PM UTC-7 kd4e wrote: > I'm just setting up WeeWx on an inovato Quadra with an Acu-Rite weather > station (label says Model 01536 > but lsusb says Chaney

Re: [weewx-user] re: "AttributeError: tuype object 'ImageDraw' has no attribute 'textsize'"

2023-09-30 Thread kd4e
I'm just setting up WeeWx on an inovato Quadra with an Acu-Rite weather station (label says Model 01536 but lsusb says Chaney Instrument Model 01036 weather sensor). Anyhow, I'm getting looped data and no chart or graph. Where would I find the development version of genplot.py - I don't seem to

Re: [weewx-user] re: "AttributeError: tuype object 'ImageDraw' has no attribute 'textsize'"

2023-07-14 Thread Andrea
I solved installing the new version of genplot.py from weewx files that are in the developing directory. Some software changes and now is up and running again! Andrea Il giorno venerdì 14 luglio 2023 alle 08:09:08 UTC+2 Andrea ha scritto: > I've already tried this trick but with no succes. > Th

Re: [weewx-user] re: "AttributeError: tuype object 'ImageDraw' has no attribute 'textsize'"

2023-07-13 Thread Andrea
I've already tried this trick but with no succes. Thanks Andrea Il giorno giovedì 13 luglio 2023 alle 23:02:43 UTC+2 Tom Keffer ha scritto: > Look farther upthread for the solution. > > On Thu, Jul 13, 2023 at 1:10 PM Andrea wrote: > >> Hi >> I received the same error. Suddenly I got this error

Re: [weewx-user] re: "AttributeError: tuype object 'ImageDraw' has no attribute 'textsize'"

2023-07-13 Thread Tom Keffer
Look farther upthread for the solution. On Thu, Jul 13, 2023 at 1:10 PM Andrea wrote: > Hi > I received the same error. Suddenly I got this error.. while running ! > I'm using weewx 4.7.0 with Linux Manjaro. > Can you help me to solve this errror? > thanks > Andrea > > Il giorno lunedì 3 luglio

Re: [weewx-user] re: "AttributeError: tuype object 'ImageDraw' has no attribute 'textsize'"

2023-07-13 Thread Andrea
Hi I received the same error. Suddenly I got this error.. while running ! I'm using weewx 4.7.0 with Linux Manjaro. Can you help me to solve this errror? thanks Andrea Il giorno lunedì 3 luglio 2023 alle 02:03:46 UTC+2 Sam Finn ha scritto: > Thanks again. Backing-off to 9.4.0, and using the mo

Re: [weewx-user] re: "AttributeError: tuype object 'ImageDraw' has no attribute 'textsize'"

2023-07-02 Thread Sam Finn
Thanks again. Backing-off to 9.4.0, and using the modified sqlite.py to take care of the missing RADIAN function, has apparently done the trick! Best - Sam On Sunday, July 2, 2023 at 5:50:12 PM UTC-6 Tom Keffer wrote: > Oops. Foiled by Issue #862 ! >

Re: [weewx-user] re: "AttributeError: tuype object 'ImageDraw' has no attribute 'textsize'"

2023-07-02 Thread Tom Keffer
Oops. Foiled by Issue #862 ! Try an even earlier version of Pillow. Say, 9.4.0. -tk On Sun, Jul 2, 2023 at 4:39 PM Sam Finn wrote: > Hi Tom - > > Thanks much! I was running w/Pillow 10.0. I backed-off to 9.5.0 but am not > getting a different error: >

Re: [weewx-user] re: "AttributeError: tuype object 'ImageDraw' has no attribute 'textsize'"

2023-07-02 Thread Sam Finn
Hi Tom - Thanks much! I was running w/Pillow 10.0. I backed-off to 9.5.0 but am not getting a different error: *weewx* sudo bin/wee_reports weewx.conf Generating as of last timestamp in the database. Using configuration file weewx.conf Traceback (most recent call last): File "/Users/Shar

Re: [weewx-user] re: "AttributeError: tuype object 'ImageDraw' has no attribute 'textsize'"

2023-07-02 Thread Tom Keffer
This is a known problem caused by a change in Pillow, the imaging library used by WeeWX. If you're on a Mac, you probably installed Pillow using pip. See what version of Pillow you have by using these two methods. *python3 -m pip list -v* *python3 -c "import PIL;print(PIL.__version__)"* If it'

[weewx-user] re: "AttributeError: tuype object 'ImageDraw' has no attribute 'textsize'"

2023-07-02 Thread Sam Finn
Hi - I'm hoping someone can help me get my weewx install working again. Some time ago (last April) weewx stopped updating my web page. [Many things have been going on and I am only now and able to get to this.] There might have been a Mac OS update at that time; however, I simply don't know.