/dynamic_module_creation_nuitka

A MWE for dynamically creating and loading a python module used by an external script called from a nuitka binary

Primary LanguagePython

Example how to call import modules contained or created by a python script in an appimage produced by nuikta

Get this example repository

git clone https://github.com/seahawk1986/dynamic_module_creation_nuitka.git

Python Module Requirements:

nuitka
pysimplegui

Build and run the example

cd dynamic_module_creation_nuitka
./run