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

Why Can't I Install Python 2.7 Under Centos 5.5?

Centos 5.5 comes with python 2.4 installed, and I needed python 2.7 for a project. I downloaded th… Read more Why Can't I Install Python 2.7 Under Centos 5.5?

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

Building Universal Binaries On Mac - Forcing Single Compiler Child Process

Cheers, at company, we're creating a port of our games, and we need to compile PythonOgre, a wr… Read more Building Universal Binaries On Mac - Forcing Single Compiler Child Process

Libpython2.7.a Missing Many References

I'm trying to compile a cython module with -static, but I am getting a lot of errors about miss… Read more Libpython2.7.a Missing Many References

Installing Lxml On Mac Os X 10.6.8 With Gcc 4.2

I've installed gcc on Mac OS X 10.6.8 using the osx-gcc-installer. Downloading XCode would take… Read more Installing Lxml On Mac Os X 10.6.8 With Gcc 4.2

Swig No Module Named _example

I cannot reproduce the basic SWIG example on windows. My error is stated in the SWIG docs and I am … Read more Swig No Module Named _example

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

Fatal Error: Python.h: No Such File Or Directory, Python-levenshtein Install

Firstly, I'm working on an Amazon EC2 instance, Amazon linux version 2 AMI using Python 3.7. I&… Read more Fatal Error: Python.h: No Such File Or Directory, Python-levenshtein Install