Two things. 1. Windows is not a supported platform. There is a branch <https://github.com/weewx/weewx/tree/windows> in the GitHub repository that has been ported to Windows, but it is not updated regularly, nor will its changes be incorporated into the upcoming V4 release.
2. As Vince notes, your copy of weewx.conf has not been configured. Normally, this is done by setup.py, although it can be done either by hand, or by using the utility wee_config <http://www.weewx.com/docs/utilities.htm#wee_config_utility>. Neither is supported under Windows. -tk On Mon, Sep 16, 2019 at 2:34 PM LanceW <[email protected]> wrote: > Let me start by saying that I am new to Python, so please bear with me. > After installing python and weewx and following the process that was laid > out here: https://github.com/weewx/weewx/wiki/weewx-on-windows , I > attempted to Run Weewx. I received several errors and they are as follows: > > PS C:\Users\weewx> python bin\weewxd weewx.conf > Traceback (most recent call last): > File "bin\weewxd", line 64, in > weewx.engine.main(options, args) > File "C:\Users\weewx\bin\weewx\engine.py", line 891, in main > engine = engine_class(config_dict) > File "C:\Users\weewx\bin\weewx\engine.py", line 72, in *init* > self.setupStation(config_dict) > File "C:\Users\weewx\bin\weewx\engine.py", line 90, in setupStation > driver = config_dict[stationType]['driver'] > File "C:\Python27\lib\site-packages\configobj.py", line 554, in *getitem* > val = dict.*getitem*(self, key) > KeyError: 'unspecified' > > > Has anyone encountered this before. Thanks in advance. > > > Windows 10 Pro > > Python 2.7 > > Weewx-Windows > > Davis Vantage Pro Plus > > -- > 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/24f6c3b8-c8db-4a12-892b-48af10117623%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/24f6c3b8-c8db-4a12-892b-48af10117623%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/CAPq0zEC73Tq5hFDBgnEkwYGmfbPUT5x%2B%3DkHBjQCH1cnnSLRwTQ%40mail.gmail.com.
