[weewx-user] Re: SteelSeries Gauges for WeeWx install problem

2020-04-06 Thread weather list
Ah, it looks as if perhaps I got the wrong repository/version. This 
 seems to 
be the correct one. Will try again.

On Monday, April 6, 2020 at 2:05:03 PM UTC-4, weather list wrote:
>
> Using the downloaded master from here, 
>  I ran the standard install:
>
> $ sudo bin/wee_extension --install /home/pi/Downloads/weewx-steelseries-
> master.zip --config=weewx.conf
> Request to install '/home/pi/Downloads/weewx-steelseries-master.zip'
> Extracting from zip archive /home/pi/Downloads/weewx-steelseries-master.
> zip
> Traceback (most recent call last):
>   File "bin/wee_extension", line 82, in 
> main()
>   File "bin/wee_extension", line 74, in main
> ext.install_extension(options.install)
>   File "/home/weewx/bin/weecfg/extension.py", line 116, in 
> install_extension
> self.install_from_dir(extension_dir)
>   File "/home/weewx/bin/weecfg/extension.py", line 174, in 
> install_from_dir
> shutil.copy(source_path, destination_path)
>   File "/usr/lib/python2.7/shutil.py", line 139, in copy
> copyfile(src, dst)
>   File "/usr/lib/python2.7/shutil.py", line 96, in copyfile
> with open(src, 'rb') as fsrc:
> IOError: [Errno 2] No such file or directory: 
> '/var/tmp/weewx-steelseries-master/skins/ss/gauge-data.txt.tmpl'
> Can someone tell where I have this wrong?
>
> Raspbian Desktop running in a virtual machine.
>
> All other extensions have installed normally.
>
> WeeWx installed using setup.py, version 3.9.2, Python 2.7x
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/09e86a4f-9a97-4e00-8b4e-36867c10663a%40googlegroups.com.


Re: [weewx-user] Re: SteelSeries Gauges for WeeWx install problem

2020-04-06 Thread Phil Owers
I believe 2.7.4.tar.gz is the correct one perhaps somebody could confirm
that Please..   Phil

On Mon, 6 Apr 2020, 20:01 weather list,  wrote:

> Ah, it looks as if perhaps I got the wrong repository/version. This
>  seems to
> be the correct one. Will try again.
>
> On Monday, April 6, 2020 at 2:05:03 PM UTC-4, weather list wrote:
>>
>> Using the downloaded master from here,
>>  I ran the standard install:
>>
>> $ sudo bin/wee_extension --install /home/pi/Downloads/weewx-steelseries-
>> master.zip --config=weewx.conf
>> Request to install '/home/pi/Downloads/weewx-steelseries-master.zip'
>> Extracting from zip archive /home/pi/Downloads/weewx-steelseries-master.
>> zip
>> Traceback (most recent call last):
>>   File "bin/wee_extension", line 82, in 
>> main()
>>   File "bin/wee_extension", line 74, in main
>> ext.install_extension(options.install)
>>   File "/home/weewx/bin/weecfg/extension.py", line 116, in
>> install_extension
>> self.install_from_dir(extension_dir)
>>   File "/home/weewx/bin/weecfg/extension.py", line 174, in
>> install_from_dir
>> shutil.copy(source_path, destination_path)
>>   File "/usr/lib/python2.7/shutil.py", line 139, in copy
>> copyfile(src, dst)
>>   File "/usr/lib/python2.7/shutil.py", line 96, in copyfile
>> with open(src, 'rb') as fsrc:
>> IOError: [Errno 2] No such file or directory:
>> '/var/tmp/weewx-steelseries-master/skins/ss/gauge-data.txt.tmpl'
>> Can someone tell where I have this wrong?
>>
>> Raspbian Desktop running in a virtual machine.
>>
>> All other extensions have installed normally.
>>
>> WeeWx installed using setup.py, version 3.9.2, Python 2.7x
>>
> --
> 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 weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/09e86a4f-9a97-4e00-8b4e-36867c10663a%40googlegroups.com
> 
> .
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CALTQ7pNaEW%3DOx%2BLyc%2BKmScdMAVzLGRQ3AZkStf3%3DEqxuOVMj-w%40mail.gmail.com.


Re: [weewx-user] Re: SteelSeries Gauges for WeeWx install problem

2020-04-06 Thread gjr80
To install the SteelSeries Gauges extension using wee_extension you need to 
download steelseries-2.7.4.tar.gz package. You can usually download and install 
an extension from a repo zip file but in this case you can’t. The reason being 
the WeeWX SteelSeries skin files are maintained in the SteelSeries Weather 
Gauges repo (https://github.com/mcrossley/SteelSeries-Weather-Gauges) which 
contains the SteelSeries Weather Gauges source code as well as the files 
required by each of the SteelSeries Weather Gauges  supported PWS software 
packages. The WeeWX installation of the SteelSeries Weather Gauges from this 
repo is a manual process and does not provide an extension package for use with 
wee_extension. In order to provide an extension package I decided to create a 
separate repo that tracks just the package installer with the necessary 
SteelSeries Weather Gauges files included but not tracked in the repo(I have no 
access to the SteelSeries Weather Gauges repo other than public access and I 
don’t believe it appropriate to expect the SteelSeries Weather Gauges repo 
owner to maintain a WeeWX extension package). Unfortunately, by default github 
includes a zip of the repo in any releases but in this case the zip cannot be 
used as it is missing the core SteelSeries Weather Gauges code. I believe this 
zip can be removed through a git setting, will look into that.

Suffice to say that if you follow the instructions either in the WeeWX wiki, 
the SteelSeries Weather Gauges repo or the SteelSeries extension repo the 
SteelSeries skin will be installed correctly.

Gary

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/f9dcace6-ab6c-487c-a50d-b019e85292a7%40googlegroups.com.


Re: [weewx-user] Re: SteelSeries Gauges for WeeWx install problem

2020-04-06 Thread weather list
I did finally get the right repo after digging around, and all is well. 
Apologies for not having dug far enough down to figure it out!

Thanks for your good work!

> On 6Apr, 2020, at 16:21, gjr80  wrote:
> 
> To install the SteelSeries Gauges extension using wee_extension you need to 
> download steelseries-2.7.4.tar.gz package. You can usually download and 
> install an extension from a repo zip file but in this case you can’t. The 
> reason being the WeeWX SteelSeries skin files are maintained in the 
> SteelSeries Weather Gauges repo 
> (https://github.com/mcrossley/SteelSeries-Weather-Gauges) which contains the 
> SteelSeries Weather Gauges source code as well as the files required by each 
> of the SteelSeries Weather Gauges  supported PWS software packages. The WeeWX 
> installation of the SteelSeries Weather Gauges from this repo is a manual 
> process and does not provide an extension package for use with wee_extension. 
> In order to provide an extension package I decided to create a separate repo 
> that tracks just the package installer with the necessary SteelSeries Weather 
> Gauges files included but not tracked in the repo(I have no access to the 
> SteelSeries Weather Gauges repo other than public access and I don’t believe 
> it appropriate to expect the SteelSeries Weather Gauges repo owner to 
> maintain a WeeWX extension package). Unfortunately, by default github 
> includes a zip of the repo in any releases but in this case the zip cannot be 
> used as it is missing the core SteelSeries Weather Gauges code. I believe 
> this zip can be removed through a git setting, will look into that.
> 
> Suffice to say that if you follow the instructions either in the WeeWX wiki, 
> the SteelSeries Weather Gauges repo or the SteelSeries extension repo the 
> SteelSeries skin will be installed correctly.
> 
> Gary
> 
> -- 
> 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 weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/f9dcace6-ab6c-487c-a50d-b019e85292a7%40googlegroups.com.

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/B43CC8A0-0332-4DBD-ABA6-FCF6CF55078F%40gmail.com.