At re-start after installing cmon on OS X the terminal throws this:

Traceback (most recent call last):
>
>   File "./bin/weewxd", line 64, in <module>
>
>     weewx.engine.main(options, args)
>
>   File "/Users/Shared/weewx/bin/weewx/engine.py", line 838, in main
>
>     engine = engine_class(config_dict)
>
>   File "/Users/Shared/weewx/bin/weewx/engine.py", line 76, in __init__
>
>     self.loadServices(config_dict)
>
>   File "/Users/Shared/weewx/bin/weewx/engine.py", line 140, in loadServices
>
>     self.service_obj.append(weeutil.weeutil._get_object(svc)(self, 
> config_dict))
>
>   File "/Users/Shared/weewx/bin/user/cmon.py", line 564, in __init__
>
>     self.collector = get_collector(self.hardware, self.ignored_mounts)
>
>   File "/Users/Shared/weewx/bin/user/cmon.py", line 263, in get_collector
>
>     return MacOSXCollector(hardware, ignored_mounts)
>
> NameError: global name 'MacOSXCollector' is not defined
>

Can someone point me to what I have missed here? 

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to