On Jan 10, 2017, at 8:12 PM, Steve Rose gnateater@gmail.com wrote:
File "C:\Python27\lib\site-packages\dabo-0.9.4-py2.7.egg\dabo\lib\reportWriter.py", line 2950, in _setReportFormFile self.HomeDirectory = os.path.join(os.path.split(val)[:-1])[0]
You’re using version 0.9.4, which is over 5 years old. Is there any chance you could upgrade to the latest master?
In any case, if you open your copy of reportWriter.py to the line I quoted above, insert the following line just before it:
print “VAL”, val
and re-run the steps that caused the error. Your output should now include the value from the print statement, which you should post here, and we can dig into it further.
-- Ed Leafe