use another function to initial import mytest.py (this fixes python
[vuplus_dvbapp] / main / enigma.cpp
index 1569296..307edd5 100644 (file)
@@ -239,8 +239,9 @@ int main(int argc, char **argv)
 
        setIoPrio(IOPRIO_CLASS_BE, 3);
 
-       python.execute("mytest", "__main__");
-       
+//     python.execute("mytest", "__main__");
+       python.execFile("/usr/lib/enigma2/python/mytest.py");
+
        if (exit_code == 5) /* python crash */
        {
                eDebug("(exit code 5)");