Running Python Scripts from outside ENIGMA2

  • Hello all,
    Is there a way to launch phyton script that require enigma2 libraries from outside enigma2 realm.
    Maybe from the web interface? or with a particular TIMER entry?


    I have to run a script that invoke a epg.reloadEpg(), if I run it as a Standard Extension Plugin it works fine, of course if I run it manually from the command line, it give me:


    rroot@dm800:/usr/lib/enigma2/python/Plugins/Extensions/StayUP# python plugin.py



    Traceback (most recent call last):
    File "plugin.py", line 1, in <module>
    from enigma import *
    ImportError: No module named enigma


    thanks in advance,
    Claudio72