/* * PythonScripting.hpp * * Created on: Aug 26, 2013 * Author: heber */ #ifndef PYTHONSCRIPTING_HPP_ #define PYTHONSCRIPTING_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include #include bool executePythonScriptFile(const boost::filesystem::path &pythonfilename); bool executePythonScript(const std::string &python_string, const std::string &python_scripttitle); #endif /* PYTHONSCRIPTING_HPP_ */