21 #ifndef PYTHONVERSIONCHECKER_H 
   22 #define PYTHONVERSIONCHECKER_H 
   26 #include <tulip/tulipconf.h> 
   29 class TLP_QT_SCOPE PythonVersionChecker {
 
   31   static QString installedVersion();
 
   32   static QString compiledVersion();
 
   33   static bool isPythonVersionMatching();
 
   37 #endif // PYTHONVERSIONCHECKER_H