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

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?

Python Files - Import From Each Other

I would like for two of my python files to import some methods from each other. This seems to be g… Read more Python Files - Import From Each Other

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

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

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"

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)

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