2 #ifndef PYTHONVERSIONCHECKER_H
3 #define PYTHONVERSIONCHECKER_H
5 #include <tulip/tulipconf.h>
6 #include <QtCore/QString>
9 class TLP_QT_SCOPE PythonVersionChecker {
11 static QString installedVersion();
12 static QString compiledVersion();
13 static bool isPythonVersionMatching();
17 #endif // PYTHONVERSIONCHECKER_H