I am running build 2926.
I have tried both Save and Save As with selection of paths with and
without blanks and am unable to save a NEW .leo file anywhere.
# Pre-existing .leo file
-- Save: OK
-- Save As: OK
-- Save To: OK
# New .leo file
--Save To: OK
-- Save: Error ...
QQQ
Traceback (most recent call last):
File "E:\leo-editor\trunk\leo\core\leoFileCommands.py", line 2132,
in writeToFileHelper
self.putLeoFile()
File "E:\leo-editor\trunk\leo\core\leoFileCommands.py", line 1662,
in putLeoFile
self.putGlobals()
File "E:\leo-editor\trunk\leo\core\leoFileCommands.py", line 1689,
in putGlobals
c.cacher.setCachedGlobalsElement(c.mFileName)
File "E:\leo-editor\trunk\leo\core\leoCache.py", line 356, in
setCachedGlobalsElement
self.db['body_outline_ratio_%s' % key] = str(c.frame.ratio)
TypeError: 'NoneType' object does not support item assignment
does not exist! None
QQQ
--Save As: Error ...
QQQ
Traceback (most recent call last):
File "E:\leo-editor\trunk\leo\core\leoFileCommands.py", line 2132,
in writeToFileHelper
self.putLeoFile()
File "E:\leo-editor\trunk\leo\core\leoFileCommands.py", line 1662,
in putLeoFile
self.putGlobals()
File "E:\leo-editor\trunk\leo\core\leoFileCommands.py", line 1689,
in putGlobals
c.cacher.setCachedGlobalsElement(c.mFileName)
File "E:\leo-editor\trunk\leo\core\leoCache.py", line 356, in
setCachedGlobalsElement
self.db['body_outline_ratio_%s' % key] = str(c.frame.ratio)
TypeError: 'NoneType' object does not support item assignment
does not exist! None
QQQ
-Shawn
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en.