"Ivo" <ivomirb at hotmail.com> writes: > 1) Is it possible to link Python as a static lib? Yes, but you have to tweak the project files in case you are using VC6. > 2) Can I link statically all the modules I want and disable the > loading of any additional DLLs? Yes; in addition to tweaking the project files, you also need to edit PC/config.c Regards, Martin