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

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 Edit Cpython's Lib/importlib/_bootstrap.py?

I would like to play with CPython's Lib/importlib/_bootstrap.py file, but my edits in my curren… Read more How To Edit Cpython's Lib/importlib/_bootstrap.py?

How To Protect And Compile Python Source Code Into A .so Library?

I would like to protect my python source code, I know there is no absolute protection possible, but… Read more How To Protect And Compile Python Source Code Into A .so Library?

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)