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

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

Can Cython Be Compiled With Icc?

I am trying to build cython from source with icc compiler on Ubuntu 14.04 as my python is compiled … Read more Can Cython Be Compiled With Icc?

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

How To Get Error Log Of A Disutils Setup In Python?

I am new to Python. I have created some C/C++ extensions for Python and able to build those with th… Read more How To Get Error Log Of A Disutils Setup In Python?

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

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?