cython-book
cython-book copied to clipboard
Learning Cython packtpub.com code examples.
Hi I was trying your 1st example (Chapter 1, `Helloworld`), and I get the following message ``` Python 2.7.11 (default, Jan 22 2016, 16:30:50) [GCC 4.2.1 Compatible Apple LLVM 6.0...
Hi, I am trying to run the HelloWorld example I have that error "ImportError: dynamic module does not define init function (PyInit_helloworld)". Could you tell me how to fix that...
Hi! I'm trying to make chapter2 / server3-4 and have problem with linking. Why could this happen? How to fix? ``` (py275)MacBook-Air-Ivan:cython-book (master) $ cd ./chapter2/messaging-server/server4 (py275)MacBook-Air-Ivan:server4 (master) $ make...
how could I if I first compile c and generate .so and with .h files for example for the chapter 1: `gcc -g -O2 -fpic -c mycode.c -o mycode.o` `gcc...