Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gcc

Gcc-4.0 Error When Building _imaging Extension For Pil

When I install PIL (or pillow), the _imaging C module does not install. This is a common error, and… Read more Gcc-4.0 Error When Building _imaging Extension For Pil

Strange Python Compilation Results With "--enable-shared" Flag

I am using Debian (which comes with Python-2.7.3), trying to compile Python-2.7.6 from source for u… Read more Strange Python Compilation Results With "--enable-shared" Flag

How To Install Jpype On Os X Lion To Use With Neo4j?

I am trying to use Neo4j for a project, and want to interface with it through Python since I'm … Read more How To Install Jpype On Os X Lion To Use With Neo4j?

Using Python's Cffi And Excluding System Headers

I'm trying to use Python's CFFI to develop Python bindings to a scientific model written in… Read more Using Python's Cffi And Excluding System Headers