Update on the topic:

The latest development version (upicek branch) fixes this, now setting
the PYTHONPATH should not be needed anymore to run elisa:

    $ ./elisa-core/bin/elisa

Regards,

Olivier, for the Elisa team


Olivier Tilloy wrote:
> Hi Elisa developers,
> 
> For distributions reasons, we had to rename and move the script used to
> launch elisa when running a (not installed) development version.
> 
> This script was previously known as elisa-core/elisa.py, and running
> elisa was typically done by typing in a (pgm-uninstalled) shell:
> 
>     $ python elisa-core/elisa.py
> 
> It is now to be found in elisa-core/bin/elisa (no .py extension, but it
> is still a python script). To run elisa, you will now need to set the
> $PYTHONPATH accordingly (that was not needed before but was actually
> just a lucky strike):
> 
>     $ PYTHONPATH=elisa-core:elisa-plugins:$PYTHONPATH python
> elisa-core/bin/elisa
> 
> Should you have any questions about this change, feel free to contact us
> on this mailing list or IRC ([EMAIL PROTECTED]).
> 
> Olivier, for the Elisa team

Reply via email to