News

you can use the PyModule_GetDict() function to get a reference to the main module's dictionary, which again is returned as a PyObject pointer. You can then pass the dictionary reference when you ...
nuitka --include-module=mypackage.mymodule main.py This command tells Nuitka to include only mypackage.mymodule, but nothing else. Compile a Python program for redistribution When you want to ...