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

Calling C++ Code From Python Using Cython Whith The Distutilis Approach

I am trying to call a c++ code from a python script using cython. I already managed to work with an… Read more Calling C++ Code From Python Using Cython Whith The Distutilis Approach

F2py With Intel Fortran Compiler

I am trying to use f2py to interface my python programs with my Fortran modules. I am on a Win7 pla… Read more F2py With Intel Fortran Compiler

Pybuilder - Non-python Files Are Not Packaged

My current project is in python. For build package generation + unit test running, I'm using Py… Read more Pybuilder - Non-python Files Are Not Packaged

How Can I Install Python Modules Programmatically / Through A Python Script?

Can I download and install Python modules from PyPi strictly inside a script, without using a shell… Read more How Can I Install Python Modules Programmatically / Through A Python Script?

Why Does "python Setup.py Sdist" Create Unwanted "project-egg.info" In Project Root Directory?

When I run python setup.py sdist it creates an sdist in my ./dist directory. This includes a … Read more Why Does "python Setup.py Sdist" Create Unwanted "project-egg.info" In Project Root Directory?

Build Python Package With C Bindings In Windows (vc90) Causes Lnk1181 Fatal Error

I'm trying to build a Python package (pyspotify) with bindings to a C library (libspotify). I&#… Read more Build Python Package With C Bindings In Windows (vc90) Causes Lnk1181 Fatal Error