Oh yeah .... still won't tangle for me.
exception executing command
Traceback (most recent call last):
File "C:\Leo-4-6-b2\leo\core\leoCommands.py", line 387, in doCommand
val = command(event)
File "C:\Leo-4-6-b2\leo\core\leoCommands.py", line 1476, in tangleAll
c.tangleCommands.tangleAll()
File "C:\Leo-4-6-b2\leo\core\leoTangle.py", line 604, in tangleAll
ok = self.tangleTree(p,dont_report_errors)
File "C:\Leo-4-6-b2\leo\core\leoTangle.py", line 723, in tangleTree
self.tanglePass1(p) # sets self.p
File "C:\Leo-4-6-b2\leo\core\leoTangle.py", line 671, in tanglePass1
self.skip_body(p)
File "C:\Leo-4-6-b2\leo\core\leoTangle.py", line 1142, in skip_body
k, code = self.skip_code(s,j)
File "C:\Leo-4-6-b2\leo\core\leoTangle.py", line 1217, in skip_code
i, done = self.handle_newline(s,i)
File "C:\Leo-4-6-b2\leo\core\leoTangle.py", line 997, in handle_newline
self.st_enter_section_name(ref,None,None,unused_parts_flag)
File "C:\Leo-4-6-b2\leo\core\leoTangle.py", line 2078, in
st_enter_section_name
return self.st_enter(name,code,doc,multiple_parts_flag,not_root_name)
File "C:\Leo-4-6-b2\leo\core\leoTangle.py", line 2018, in st_enter
section = self.st_lookup(name,is_root_flag)
File "C:\Leo-4-6-b2\leo\core\leoTangle.py", line 2088, in st_lookup
key = self.standardize_name(name)
File "C:\Leo-4-6-b2\leo\core\leoTangle.py", line 3393, in standardize_name
name = name.lower().name.replace('\t',' ').replace(' ',' ')
AttributeError: 'unicode' object has no attribute 'name'
--
Graham Chiu
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---