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 the following  error:
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'

Any assistance would be appreciated.

-- 
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/15bd33e8-10e9-40be-9b91-c72adaa28469%40googlegroups.com.

Reply via email to