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

Readthedocs Sphinx Build Failing But Working Locally

as the title says, building the docs for my package works locally fine but not on the server. I get… Read more Readthedocs Sphinx Build Failing But Working Locally

Python 2.5.6 Build Error On Mac Lion

Here is what I would like to do. Use web2py with MySQL. To do that, I need to use source web2py rat… Read more Python 2.5.6 Build Error On Mac Lion

Problems Compiling Python 3.2 And 2.7 Using Pythonbrew

I'm trying to build multiple versions of python using Pythonbrew, but I'm getting some test… Read more Problems Compiling Python 3.2 And 2.7 Using Pythonbrew

Running A Bat File Though Python In Current Process

I am attempting to build a large system through a python script. I first need to set up the enviro… Read more Running A Bat File Though Python In Current Process

How To Add Pre And Post-process Actions To SCons Build?

I'm trying to add pre and post-process actions when building a project with SCons. The SConstru… Read more How To Add Pre And Post-process Actions To SCons Build?