After installing the GW1000 driver, I try to test it using the python command, but get the following error:
pi@raspberrypi:~ $ sudo PYTHONPATH=/usr/share/weewx python -m user.gw1000 --test-driver
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/share/weewx/user/gw1000.py", line 504, in <module>
import configobj
ImportError: No module named configobj