seeing-things / zwo

ZWO SDK and custom software for debugging and using it.
23 stars 4 forks source link

Deterministically find numpy's include directory in SWIG setup.py #43

Closed jgottula closed 4 years ago

jgottula commented 4 years ago

I figured it out! Turns out, you can just ask numpy what its include directory is. So that's what I did.

And now I can actually build the ZWO Python bindings on my machine!