27 #include "python/WScriptInterpreterPython.h"
29 #include "WScriptEngine.h"
33 #ifdef PYTHON_FOUND // this is defined in the CMake scripts
34 m_interpreters.push_back( boost::shared_ptr< WScriptInterpreter >(
new WScriptInterpreterPython( rootContainer ) ) );
36 ( void ) rootContainer;
57 return boost::shared_ptr< WScriptInterpreter >();
69 return boost::shared_ptr< WScriptInterpreter >();
83 return boost::shared_ptr< WScriptInterpreter >();