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

Installing Python 2.5.2 On Os X 10.6

I am installing Python 2.5.2 on my Mac (OSX 10.6). I downloaded the source, ran ./configure, and th… Read more Installing Python 2.5.2 On Os X 10.6

How To Change Python Default Compiler To Gcc?

I have Windows 10 and Python 2.7 installed. When I run IDLE I find this: Python 2.7.10 (default, Oc… Read more How To Change Python Default Compiler To Gcc?

Python Extension Module With Embedded Python Calls Wrong Library

I've a python extension module (2.7) (produced by swig), that itself links to a library linked … Read more Python Extension Module With Embedded Python Calls Wrong Library

"unknown Type Name 'decltype'": Installing Pyicu On Mac Failed, With Gcc Error

I ran the following command (because I have both python2 and python3 on my mac): $ CFLAGS=-I/usr/l… Read more "unknown Type Name 'decltype'": Installing Pyicu On Mac Failed, With Gcc Error

Installing Lxml With Pip In Virtualenv Ubuntu 12.10 Error: Command 'gcc' Failed With Exit Status 4

I'm having the following error when trying to run 'pip install lxml' into a virtualenv … Read more Installing Lxml With Pip In Virtualenv Ubuntu 12.10 Error: Command 'gcc' Failed With Exit Status 4

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