mabl / PyPylon

An experimental python wrapper around the Basler Pylon 5 library
BSD 3-Clause "New" or "Revised" License
53 stars 34 forks source link

make setup.py check Cython version #2

Open maxlklaxl opened 8 years ago

maxlklaxl commented 8 years ago

fails with cython 0.20.1post0 (e.g. ubuntu 12.04)

cython/factory.pyx:15:4: Cdef functions/classes cannot take arbitrary decorators.

ok with 0.23.4