jim-easterbrook / pywws

Python software for USB Wireless WeatherStations
https://pywws.readthedocs.io/
GNU General Public License v2.0
204 stars 63 forks source link

After new reorganization I can't run TestWeatherStation #6

Closed 3v1n0 closed 11 years ago

3v1n0 commented 11 years ago

root@neo:~/pywws# python pywws/TestWeatherStation.py Traceback (most recent call last): File "pywws/TestWeatherStation.py", line 56, in from pywws.Logger import ApplicationLogger ImportError: No module named pywws.Logger

jim-easterbrook commented 11 years ago

Try 'python -m pywws.TestWeatherStation' http://jim-easterbrook.github.io/pywws/doc/en/html/guides/getstarted.html#test-the-weather-station-connection

3v1n0 commented 11 years ago

Ops, sorry... That's true. Adding back a script for running modules could be nice though. ;)