I am attempting to use the pyinstaller modules pyi_archive, pyi_carchive from PyInstaller.loader in order to inspect packed modules in the produced binary. What I have understood so far: The code is GPL and has the exception for the bootloader. Now I am not sure, if those modules are part of the bootloader or if you count them to the building process.
So my question: If I import "from PyInstaller.loader import pyi_archive, pyi_carchive" is my code a derivative work in terms of GPL or am I able to use it without affecting the license of my application? -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
