Re: Can Not Load Aspell?

2008-06-09 Thread dswheeler
Installed Leo on ubuntu linux Hardy (8.0?) and it works perfectly. So the problem appears to be either with OS X or my best guess is the fink distribution. Although I've written and hacked programs before I don't consider myself a programmer, and have never used python. If anybody has any url's

Re: Problem with SilverCity on Fedora 9

2008-06-09 Thread Edward K. Ream
On Sun, Jun 8, 2008 at 8:23 AM, zpcspm [EMAIL PROTECTED] wrote: Does anyone have any idea why LEO segfaults Since leo is just a python script, it can't segfault itself. It's the python binary or one of its libraries. I would try to run the python interpreter from gdb and get a backtrace

Re: right click menu issue?

2008-06-09 Thread Edward K. Ream
On Jun 8, 5:32 am, bobjack [EMAIL PROTECTED] wrote: I apologize for these problems and will do my best to fix them as soon as possible. I just pushed a change to tkTree.setCanvasBindings that may be related to this. The 'event' arg in the callback was mistakenly bound to the 'event' arg

Re: right click menu issue?

2008-06-09 Thread Terry Brown
On Mon, 9 Jun 2008 09:08:42 -0700 (PDT) Edward K. Ream [EMAIL PROTECTED] wrote: On Jun 8, 5:32 am, bobjack [EMAIL PROTECTED] wrote: I apologize for these problems and will do my best to fix them as soon as possible. I just pushed a change to tkTree.setCanvasBindings that may be related

Re: right click menu issue?

2008-06-09 Thread Edward K. Ream
On Jun 9, 12:09 pm, Terry Brown [EMAIL PROTECTED] wrote: On Mon, 9 Jun 2008 09:08:42 -0700 (PDT) Edward K. Ream [EMAIL PROTECTED] wrote: On Jun 8, 5:32 am, bobjack [EMAIL PROTECTED] wrote: Just re-enabled rclick and I'm no longer seeing traceback on cleo context menus. That was my

Re: $200 reward for gui plugins

2008-06-09 Thread Ville M. Vainio
On Fri, Jun 6, 2008 at 5:36 PM, Edward K. Ream [EMAIL PROTECTED] wrote: P.S. It is my present opinion that wxWidgets is not capable of supporting a proper gui plugin for Leo I won't reject such a plugin-- in fact I would love to have such a critter, but you should be aware that I have

Re: $200 reward for gui plugins

2008-06-09 Thread Ville M. Vainio
On Tue, Jun 10, 2008 at 12:13 AM, Ville M. Vainio [EMAIL PROTECTED] wrote: I am asking this because I'm wondering about the feasibility of pyqt plugin... and I thought lots of stuff could be simpler. The tree view for example, there is lots of manual drawing code when you'd get around with

Re: $200 reward for gui plugins

2008-06-09 Thread Pieter
Hi, I once thought about a PyQt frontend also. However, when I looked into the Leo PyGTK code a few months ago, it seemed that the current GUI code does not follow a Publisher - Subscriber pattern, or something remotely related. It seemed that to build a PyQt GUI lots of PyQt classes have to be