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

How Can I Add Git Version Info Into Cython-built .so File?

I want to add my git commit info (branch info and sha1 info) into my cython compiled out .so file. … Read more How Can I Add Git Version Info Into Cython-built .so File?

Does Compiled Standalone Cython Executable Still Contain All Original Source Code?

I'm experimenting with Cython and possibilities of code obfuscation (article). In that article … Read more Does Compiled Standalone Cython Executable Still Contain All Original Source Code?

How To Install Leveldb On Windows (python)

I try (Python 2.7.x) pip install leveldb but it fails with message Complete output from command p… Read more How To Install Leveldb On Windows (python)

Compiling Python Modules On Windows X64

I'm starting out some projects in words processing and I needed NumPy and NLTK. That was the fi… Read more Compiling Python Modules On Windows X64

Cython Compile Error "is Not A Valid Module Name"

I trying to compile on windows a Cython file (.pyx), a file which I just saved from .py. Here is my… Read more Cython Compile Error "is Not A Valid Module Name"

Setting The Fortran Compiler In F2py

I am trying to run the f2py example to create the compiled extension module¶: # import os # os.envi… Read more Setting The Fortran Compiler In F2py