add support for python threads (python threads are just running when the mainloop
[vuplus_dvbapp] / lib / python / python.cpp
index b5a7abb..5ec07df 100644 (file)
@@ -121,7 +121,8 @@ ePython::ePython()
 //     Py_OptimizeFlag = 1;
        
        Py_Initialize();
-       
+       PyEval_InitThreads();
+
        init_enigma();
 }