Re: Planner-list Python Scripting
John Spikowski <[email protected]> Tue, 16 Nov 2010 09:53:25 -0800
| Newsgroups | gmane.comp.gnome.apps.planner.user |
|---|---|
| Message-ID | <1289930005.1868.6.camel@Laptop> |
On Tue, 2010-11-16 at 16:04 +0100, Alexandre Franke wrote: > On Tue, Nov 16, 2010 at 8:01 AM, John Spikowski <[email protected]> wrote: > > I'm having a problem getting a the 'python-demo.py to allow Planner to > > start. If I remove the script from the ~/.gnome2/planner/python/ > > directory, Planner starts up again normally. (no Segmentation fault) > > That's a know bug: https://bugzilla.gnome.org/show_bug.cgi?id=620785 > > Maybe you could help, for instance by running git bisect to find out > when it got broken. > > On Tue, Nov 16, 2010 at 9:27 AM, John Spikowski <[email protected]> wrote: > > I think Planner is a good candidate for embedding ScriptBasic. > > (Windows/Linux/Mac 32/64) > > I am planning a migration to libpeas. > Thanks for the heads-up. Personally I think the Python plug-in is a kludge. If your taking a new direction, I don't want to waste time fixing something I won't use and going away in the future. I have what I need with ScriptBasic (psql and gtk support) so I'm going to script Planner externally for now. I'm looking at adding a libgda extension module to ScriptBasic. It's a little slow and needs to go on a diet but a very flexible interface and interesting project.