I need a python interpreter to be statically linked to my app (Windows app) that means, that I need no dlls with my app. My app will not use any third-party python modyles, only text scripts.
How can I do this? Or may be there are already compiled libs?
A need a 3.2 version of python