I am a new user of sdaps that seems to be a very useful tool. Following the
tutorial I have tried to produce a pdf report, but with no success. The
error message is as follows.
I will be grateful for any suggestion
Marco
sdaps$ sdaps progetto report
------------------------------------------------------------------------------
- SDAPS -- report
------------------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/bin/sdaps", line 23, in <module>
sys.exit(sdaps.main())
File "/usr/lib/python2.7/dist-packages/sdaps/__init__.py", line 64, in
main
return cmdline['_func'](cmdline)
File "/usr/lib/python2.7/dist-packages/sdaps/script.py", line 105, in
decorated_function
result = function(cmdline)
File "/usr/lib/python2.7/dist-packages/sdaps/cmdline/report.py", line 78,
in report
return report.report(survey, cmdline['filter'], cmdline['output'],
cmdline['papersize'], small, cmdline['suppress'])
File "/usr/lib/python2.7/dist-packages/sdaps/report/__init__.py", line
68, in report
lambda: survey.sheet.valid and filter()
File "/usr/lib/python2.7/dist-packages/sdaps/model/survey.py", line 261,
in iterate
function(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/sdaps/report/buddies.py", line 85,
in report
qobject.report.report()
File "/usr/lib/python2.7/dist-packages/sdaps/report/buddies.py", line
258, in report
self.text.append(answers.Freeform(box))
File "/usr/lib/python2.7/dist-packages/sdaps/report/answers.py", line
283, in __init__
self.filename = box.question.questionnaire.survey.path(image.filename)
AttributeError: 'NoneType' object has no attribute 'filename'