Closed cyrus-and closed 12 years ago
Run cython to generate spdylay.c from spdylay.pyx
$ cython spdylay.pyx
I recommend to use cython 0.16 or later.
Yes, that worked, thanks. Maybe it was obvious but it was my first Python extension module build. I'd put that command in the README.
Just noticed that build instructions appear in the documentation. Sorry, my fault...
I compiled and installed Spdylay library (in the standard location) with success, I'm also able to compile the examples and custom programs, but when I try to build the Python extension module I get:
And indeed
spdylay.c
is not in that folder and neither in my whole file system (including this repo).