Problems when installing Leo

2009-06-16 Thread derwisch
I am trying to install Leo 4.6 b1 under Windows XP by running Leo-4.6- b1.exe. After that, I tried to run launchLeo.py from cmd.exe. This is the error message I got: Traceback (most recent call last): File C:\Programme\Python25\Lib\site-packages\Leo-4-6- b1\launchLeo.py, line 8, in module

Re: Problems when installing Leo

2009-06-16 Thread Graham Chiu
I think that one is due to you have a home environment variable. You probably need to download a later version. On Tue, Jun 16, 2009 at 6:58 PM, derwischjohannes.hues...@med.uni-heidelberg.de wrote: I am trying to install Leo 4.6 b1 under Windows XP by running Leo-4.6- b1.exe. After that, I

New tools, new thinking

2009-06-16 Thread Edward K. Ream
Over the years, Leo has acquired a number of tools that have the potential to influence its design. Caching using sha-1 keys is only the latest example. Other notable tools include @shadow and @auto. Naturally, whenever a new tool appears, I begin a review process to see how it might affect

Re: New tools, new thinking

2009-06-16 Thread Ville M. Vainio
On Tue, Jun 16, 2009 at 3:18 PM, Edward K. Reamedream...@gmail.com wrote: But then I had a new thought: thin files (external files corresponding to @thin nodes) *already are* the best possible way of sharing outline structure: ... this is along the lines of one thing I've been thinking of -

Re: B2 coming Monday!? Please test.

2009-06-16 Thread Edward K. Ream
On Jun 12, 3:54 pm, Edward K. Ream edream...@gmail.com wrote: Rev 2031 of the trunk contains several fixes for multiple body editors.  This is the last big project project before b2. There are a few minor bugs remaining. I'd like to release b2 tomorrow or Thursday. Edward

Re: New colorizer enabled in trunk

2009-06-16 Thread Ville M. Vainio
On Mon, Jun 15, 2009 at 2:04 PM, Edward K. Reamedream...@gmail.com wrote: Rev 2046 contains a few more bug fixes to the new colorizer. Here's an example node that gets colored wrong with trunk: Qt gui--@thin qtGui.py--Syntax coloring--class jeditColorizer-- new jeditColorizer -- Birth

Re: cruft in rclick.py and base leo code?

2009-06-16 Thread Ville M. Vainio
On Mon, Jun 15, 2009 at 3:21 PM, jknjkn...@nicorp.f9.co.uk wrote: appears not to be connected to anything. The current (non)-action of rclick.py in the Qt framework connects to this; I guess I'm learning that there is less working in this area that I imagined. I'm really just looking for

Re: B2 coming Monday!? Please test.

2009-06-16 Thread Ville M. Vainio
On Tue, Jun 16, 2009 at 5:05 PM, Edward K. Reamedream...@gmail.com wrote: There are a few minor bugs remaining.  I'd like to release b2 tomorrow or Thursday. One big bug is the tk chapters problem (docs with chapters crash with Ubuntu Jaunty) that has been reported by several users. I guess

Re: mod_scripting.py bug

2009-06-16 Thread Edward K. Ream
On Mon, Jun 15, 2009 at 1:56 AM, Milan Melena milan.mel...@gmail.comwrote: In handleAtScriptNode: 616c616 if self.atPluginNodes: --- if self.atScriptNodes: The fix is on the trunk at rev 2050. Edward --~--~-~--~~~---~--~~ You received

Re: Unified nodes

2009-06-16 Thread Edward K. Ream
On Tue, Jun 16, 2009 at 10:57 AM, Ville M. Vainio vivai...@gmail.comwrote: I know unified nodes have been tried previously (though I don't know the exact results of the experiment). The experiments works. Surprisingly, however, it turns out that it doesn't much matter. I think it might

Re: Problems when installing Leo

2009-06-16 Thread Edward K. Ream
On Tue, Jun 16, 2009 at 10:00 AM, LordMax lord...@gmail.com wrote: Hi (c=None,setting='warn_when_plugins_fail_to_load') AttributeError: 'NoneType' object has no attribute 'getBool' Could anyone give me a clue what I am missing? Yes. It's a bug. I believe this bug has been fixed in

Re: New colorizer enabled in trunk

2009-06-16 Thread Edward K. Ream
On Tue, Jun 16, 2009 at 9:43 AM, Ville M. Vainio vivai...@gmail.com wrote: On Mon, Jun 15, 2009 at 2:04 PM, Edward K. Reamedream...@gmail.com wrote: Rev 2046 contains a few more bug fixes to the new colorizer. Here's an example node that gets colored wrong with trunk: Thanks for

Re: cruft in rclick.py and base leo code?

2009-06-16 Thread jkn
Hi Ville If I were you, I'd implement something simple from scratch - I don't think there is much working in the rclick area right now. [...] Thanks, that's another form of the sort of advice I was after ;-) I will probably adopt a simultaneous 'bottom-up' and 'top-down' approach - start

Re: Unified nodes

2009-06-16 Thread Ville M. Vainio
On Tue, Jun 16, 2009 at 7:16 PM, Edward K. Reamedream...@gmail.com wrote: - Have identity (gnx) - Can be cached The problem with unified nodes is that they are, well, unified.  All clones *are* the same node.  That means that if you mark one (v)node, you must mark them all: their position

Re: B2 coming Monday!? Please test.

2009-06-16 Thread Edward K. Ream
On Tue, Jun 16, 2009 at 10:17 AM, Ville M. Vainio vivai...@gmail.comwrote: There are a few minor bugs remaining. I'd like to release b2 tomorrow or Thursday. One big bug is the tk chapters problem (docs with chapters crash with Ubuntu Jaunty) that has been reported by several users. My

Re: cruft in rclick.py and base leo code?

2009-06-16 Thread jkn
I realise that this will show that i'm trying to run before I can walk, but never mind... I have, in .../trunk/leo/config/leoSettings.leo, and @enabled-plugins node: # Leo loads plugins in the order they appear here. # File names may be indented as desired. #Standard plugins enabled in official

Re: cruft in rclick.py and base leo code?

2009-06-16 Thread Ville M. Vainio
On Tue, Jun 16, 2009 at 9:59 PM, jknjkn...@nicorp.f9.co.uk wrote: I thought the reading of the @enabled-plugins node in this config file would enable plugins at startup. What am I missing here? Ah, the @enabled-plugins, bane of everyone at some point... Have you checked if you have

Re: cruft in rclick.py and base leo code?

2009-06-16 Thread jkn
On Jun 16, 8:24 pm, Ville M. Vainio vivai...@gmail.com wrote: On Tue, Jun 16, 2009 at 9:59 PM, jknjkn...@nicorp.f9.co.uk wrote: I thought the reading of the @enabled-plugins node in this config file would enable plugins at startup. What am I missing here? Ah, the @enabled-plugins, bane of