Py2Bin is an application for MacOs X 10.6 or later, this application compile and bluid a standeloune executable binary file from a .py python script file.
The result of the compilation can be execute without the python programe
This application is submite under GPL pulic licence
If you need som information of if ou have a problem with this application please wrtite to m.houbad@gmail.com
Py2Bin use Pyinstaller as compiler
Embed C++ in Python source code, dynamically compile and access data
Moved to http://github.com/ftrias/pyembedc
Pythonmodule to embed C/C++ code within Python source code and scripts. Automatically compile and dynamically link the code. Transparently allow native access to python data from C code and vice versa. Module provides all the "glue" to dynamically convert data types, arrays and structures.