Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Include js script from within python EASE

Hi Vahid,


> I would like to know if/how it is possible to include a javascript
> EASE script from a python EASE script so I can later call its
> functions.

This is not possible as different script interpreters are used to
execute the code. The best you could do is spawn another script engine
from python and wait for its execution result. The 'Scripting' module
provides all necessary functions.

Christian


Back to the top