Re: Leo installation problem

2008-09-20 Thread kilivor
Sorry for the duplicate posting. Here I mistook clicking the button before finishing writing the post... The complete post was under the title 'Problem installing on Vista'. I have tried the platform independent zip file, and no problem with this one. As you see in the other post, the windows

Re: Leo installation problem

2008-09-20 Thread Edward K. Ream
On Fri, Sep 19, 2008 at 8:30 PM, gsal [EMAIL PROTECTED] wrote: [with the platform independent *.zip file all takes for installation is to unzip in a directory of your choiceno registry entries or attempts of writing stuff to places you have no privileges. Yes, this is the fallback way

Re: User input during execution of scripts

2008-09-20 Thread Edward K. Ream
On Sat, Sep 20, 2008 at 5:01 AM, zpcspm [EMAIL PROTECTED] wrote: I would like to be able to use something like Python's raw_input() in scripts: input some data into the mini-buffer (and have a relevant hint prompt for the expected input). Is it possible? Of course it is possible! If it can

Re: Leo's to-do list

2008-09-20 Thread Ville M. Vainio
On Sat, Sep 20, 2008 at 1:52 PM, Edward K. Ream [EMAIL PROTECTED] wrote: On Fri, Sep 19, 2008 at 4:18 PM, Ville M. Vainio [EMAIL PROTECTED] wrote: Sqlite format usage can be started wih by a very simple scheme: implement a tnode, vnode and uA dictionaries. In that case, a prototype should

Re: User input during execution of scripts

2008-09-20 Thread zpcspm
Now I have a couple of questions about the usage of getArg(). The first argument, event, looks like something typical for widget methods in context of binding them to user-generated events. I have a grain of experience with wxPython and widget functions that match the On*() pattern usually have

Re: A worthy bug bringing up Leo3k

2008-09-20 Thread Edward K. Ream
On Sep 20, 6:03 am, Edward K. Ream [EMAIL PROTECTED] wrote: The point of all this is simply that worthy bugs demand solid proofs that they have been solved.  It's invalid simply to change code and hope that it solves the problem. Indeed. __cmp__ isn't being called at all. __bool__ has no

Guide: sensible fonts for linux

2008-09-20 Thread Ville M. Vainio
Since the default fonts look a bit crappy and too big on Linux systems, here is a suggestion of sensible (smaller and more readable) fonts. This is for the normal, non-antialiased fonts (pre-python-2.6). Just copy the xml data starting below to your clipboard and ctrl+shift+v to your

Re: A worthy bug bringing up Leo3k

2008-09-20 Thread Edward K. Ream
On Sep 20, 7:08 am, Edward K. Ream [EMAIL PROTECTED] wrote: However, my hypothesis appears valid:  terminating the loops using comparisons on head strings, while not valid in general, shows that the iterators are probably working correctly, while p == after isn't. This is good progress.

Re: User input during execution of scripts

2008-09-20 Thread zpcspm
On Sep 20, 6:22 pm, Edward K. Ream [EMAIL PROTECTED] wrote: The trick is that you must define a function that can be used as a callback. Aha! I recall having a similar issue with returning from scripts. And you suggested as well to wrap script code into functions/class methods for being able to

What's going on with ipy_leo??

2008-09-20 Thread Edward K. Ream
ipy_leo doesn't seem to exist when getting ipython with bzr branch lp:ipython Furthermore, an older version of ipy_leo doesn't seem compatible with Leo's ipython plugin. What's the recommended way of using iLeo at present? Edward --~--~-~--~~~---~--~~ You

Re: What's going on with ipy_leo??

2008-09-20 Thread Edward K. Ream
On Sep 20, 1:57 pm, Edward K. Ream [EMAIL PROTECTED] wrote: ipy_leo doesn't seem to exist when getting ipython with bzr branch lp:ipython Furthermore, an older version of ipy_leo doesn't seem compatible with Leo's ipython plugin. To answer my own question, ipy_leo.py is now contained in

Re: What's going on with ipy_leo??

2008-09-20 Thread Edward K. Ream
On Sep 20, 5:28 pm, Edward K. Ream [EMAIL PROTECTED] wrote: On Sep 20, 1:57 pm, Edward K. Ream [EMAIL PROTECTED] wrote: Still looking for docs :-) Here's what I know, or suspect. Ville can fill in details or correct me. 1. There was some discussion recently, just before releasing 0.9.1,

Re: What's going on with ipy_leo??

2008-09-20 Thread Edward K. Ream
On Sep 20, 6:01 pm, Edward K. Ream [EMAIL PROTECTED] wrote: Clearly, all is well with ipy_leo--I simply need to update the docs re Leo's ipython plugin. One more thing. Leo's IPython plugin gives hints about how to use it. On startup, the plugin prints: @command: start-ipython =

Re: Leo's to-do list

2008-09-20 Thread Terry Brown
On Sat, 20 Sep 2008 00:18:48 +0300 Ville M. Vainio [EMAIL PROTECTED] wrote: Although I said I was impressed with sqlite's performance, I think you'd need really good reason's for abandoning XML for leo files. XML can be manipulated by all computer languages, simple tools like grep and