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

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?

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

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?

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

Issues Understanding How To Use Jython

I've just started learning Jython, and I'm having some issues with implementation. I've… Read more Issues Understanding How To Use Jython

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