22:21:27:pywws:[Errno 21] Is a directory: '/home/steve/weather/graph_templates/'
Traceback (most recent call last):
File "LiveLog.py", line 137, in <module>
sys.exit(main())
File "LiveLog.py", line 132, in main
return LiveLog(args[0])
File "LiveLog.py", line 103, in LiveLog
tasks.do_live(data)
File "/home/steve/weather/pywws-12.05_r521/pywws/Tasks.py", line 100, in do_live
upload = self.do_plot(template)
File "/home/steve/weather/pywws-12.05_r521/pywws/Tasks.py", line 186, in do_plot
if self.plotter.DoPlot(input_file, output_file) == 0:
File "/home/steve/weather/pywws-12.05_r521/pywws/Plot.py", line 44, in DoPlot
self.doc = xml.dom.minidom.parse(input_file)
File "/usr/lib/python2.6/xml/dom/minidom.py", line 1918, in parse
return expatbuilder.parse(file)
File "/usr/lib/python2.6/xml/dom/expatbuilder.py", line 922, in parse
fp = open(file, 'rb')
IOError: [Errno 21] Is a directory: '/home/steve/weather/graph_templates/'
What I think it's trying to tell me is that it doesn't expect /home/steve/weather/graph_templates/ to be a directory - but it is and there's not much I can do about it.