Hmm... this only just arrived. On Fri, Mar 27, 2009 at 1:45 AM, Edward K. Ream <[email protected]> wrote: > > > On Thu, Mar 26, 2009 at 1:00 AM, Graham Chiu <[email protected]> wrote: >> >> 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 >> >> [snip] > > >> >> 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' > > The tangle code wasn't tested very well. It looks like a search/replace > went awry. I suspect the line in question should be: > > name = name.lower().replace('\t',' ').replace(' ',' ')
So, one fewer space in the replace arguments and after pythonw launchleo.py, and attempting a tangle, the same error appears. > > Does making the change work for you? > > Edward -- 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 -~----------~----~----~----~------~----~------~--~---
