--- Cython-0.29.32.old/Cython/Compiler/Pythran.py +++ Cython-0.29.32/Cython/Compiler/Pythran.py @@ -10,7 +10,7 @@ import pythran pythran_is_pre_0_9 = tuple(map(int, pythran.__version__.split('.')[0:2])) < (0, 9) pythran_is_pre_0_9_6 = tuple(map(int, pythran.__version__.split('.')[0:3])) < (0, 9, 6) -except ImportError: +except: pythran = None pythran_is_pre_0_9 = True pythran_is_pre_0_9_6 = True