I'm also having a problem with 4.6 beta 1. I downloaded the zip file today.
When I tangle my source using 4.5.1, I don't have a problem.
With 4.6 beta 1, I get the following
exception executing command
Traceback (most recent call last):
File "C:\Leo\Leo-4-6-b1\leo\core\leoCommands.py", line 358, in doCommand
val = command(event)
File "C:\Leo\Leo-4-6-b1\leo\core\leoCommands.py", line 1464, in tangleAll
c.tangleCommands.tangleAll()
File "C:\Leo\Leo-4-6-b1\leo\core\leoTangle.py", line 605, in tangleAll
ok = self.tangleTree(p,dont_report_errors)
File "C:\Leo\Leo-4-6-b1\leo\core\leoTangle.py", line 724, in tangleTree
self.tanglePass1(p) # sets self.p
File "C:\Leo\Leo-4-6-b1\leo\core\leoTangle.py", line 672, in tanglePass1
self.skip_body(p)
File "C:\Leo\Leo-4-6-b1\leo\core\leoTangle.py", line 1143, in skip_body
k, code = self.skip_code(s,j)
File "C:\Leo\Leo-4-6-b1\leo\core\leoTangle.py", line 1218, in skip_code
i, done = self.handle_newline(s,i)
File "C:\Leo\Leo-4-6-b1\leo\core\leoTangle.py", line 998, in handle_newline
self.st_enter_section_name(ref,None,None,unused_parts_flag)
File "C:\Leo\Leo-4-6-b1\leo\core\leoTangle.py", line 2079, in
st_enter_section_name
return self.st_enter(name,code,doc,multiple_parts_flag,not_root_name)
File "C:\Leo\Leo-4-6-b1\leo\core\leoTangle.py", line 2019, in st_enter
section = self.st_lookup(name,is_root_flag)
File "C:\Leo\Leo-4-6-b1\leo\core\leoTangle.py", line 2089, in st_lookup
key = self.standardize_name(name)
File "C:\Leo\Leo-4-6-b1\leo\core\leoTangle.py", line 3394, in standardize_name
name = name.lower().name.replace('\t',' ').replace(' ',' ')
AttributeError: 'unicode' object has no attribute 'name'
I'm on vista.
--
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
-~----------~----~----~----~------~----~------~--~---