the problem is a typo in file desigle.py. to fix it, got to line 334
(approx.), where
it says:
if not self.tq_filename:
return self.saveAs()
This should obviously read:
if not self.fq_filename:
return self.saveAs()
Not the __t__ in the wrong version versus the __f__ in the corrected version
Great app btw!!!
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings