21 #ifndef PYTHONVERSIONCHECKER_H
22 #define PYTHONVERSIONCHECKER_H
24 #include <tulip/tulipconf.h>
25 #include <QtCore/QString>
28 class TLP_QT_SCOPE PythonVersionChecker {
30 static QString installedVersion();
31 static QString compiledVersion();
32 static bool isPythonVersionMatching();
36 #endif // PYTHONVERSIONCHECKER_H