Hi Pedro, After some investigation it seems the problem is a missing package in the list of dependencies, which means pigment is not correctly compiled with openGL support.
The solution is to install the libgl1-mesa-dri-dev package (`sudo aptitude install libgl1-mesa-dri-dev`), and to recompile pigment and pigment-python. The tutorial is going to be updated. Cheers, Olivier Pedro Miller wrote: > Hi Oliver, > > The full instructions are great! But with everything checked-out and > compiled, I get the following message: > > [pigment] [EMAIL PROTECTED]:~/dev/elisa/my_elisa$ ELISA_DEBUG=5 python > elisa-core/elisa.py my_conf.conf > DEBUG [25023] log Jun 10 > 08:30:17 ELISA_DEBUG set to *:2,5 (elisa/core/common.py:82) > DEBUG MainThread log Jun 10 08:30:17 > Integrating twisted logger (elisa/core/common.py:83) > LOG MainThread twisted Jun 10 08:30:17 [-] > Log opened. > (elisa/core/common.py:83) > LOG MainThread twisted Jun 10 08:30:17 [-] > spawnProcess called, but the SIGCHLD handler is not installed. This > probably means you have not yet called reactor.run, or called > reactor.run(installSignalHandler=0). You will probably never see this > process finish, and it may become a zombie process. > (twisted/internet/process.py:273) > > Any ideas? Thanks! > > Cheers, > > Pedro Miller Rabinovitch > > "Every time you spend money, you're casting > a vote for the kind of world you want." > -- Anna Lappe. > > 2008/6/3 Olivier Tilloy <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>: > > Correct, there is no way the plugin tutorials (both weather and amazon) > will work with versions prior to 0.5, they have been written > specifically for this branch. > > @Lior, have a look at http://elisa.fluendo.com/participate/ to get you > started with the development branch. > Also, please cc the mailing list when answering, these discussions may > be useful to others. > > Regards, > > Olivier > > > Jens Fursund wrote: > > As far as I have understood the weather plugin is solely for the 0.5 > > version. So you defintely have to download the development version, > > which again is probably the most reasonable to tag along with, or else > > your plugin might be unusable in the near future. > > > > Best Regards, > > > > Jens > > > > On Mon, 2008-06-02 at 22:42 +0200, Lior Tamam wrote: > >> Thanks again, i'll try the weather-plugin. will it work with the > 0.3.5 > >> version or should i download the latest development version? > >> > >> > >> Jens Fursund wrote: > >> > >>> I believe the "Getting Started" under the "Participate" part of the > >>> Elisa website (http://elisa.fluendo.com/participate/) would be > >>> sufficient. I think the weather-plugin > >>> > > (http://elisa.fluendo.com/documentation/tutorials/weather_plugin_tutorial.html) > >>> is a good start. > >>> > >>> Best Regards, > >>> > >>> Jens > >>> > >>> On Sun, 2008-06-01 at 20:37 +0200, Lior Tamam wrote: > >>> > >>>> Hi, > >>>> > >>>> I'm a programmer (with little experience in python) and I would > like to > >>>> write a simple plugin for elisa, > >>>> > >>>> the plugin called "Launcher" and it should be able to browse > directories > >>>> & files and launch a program associated with that within elisa. > >>>> > >>>> (example of use: running a mame rom with mame executable) > >>>> > >>>> > >>>> Unfortunately I didn't find enough documentation on elisa's > site, the > >>>> wiki, or any other google search that can help me with that. > >>>> > >>>> I've tried the Amazon tutorial, but it failed to setup. (some error > >>>> about "find_packages") > >>>> > >>>> Is there any decent documentation that I can use for it? > >>>> > >>>> > >>>> its pretty bad, if people won't write plugins for elisa, just > because > >>>> lack of documentations. > >>>> > >>>> > >>>> thanks - leo. > >
