Hi there,
I would to add several python files to an existing pyInstaller-created
package. Frozen program contains modules A, A.B in the archive, I want
to add A.C without modifying the archive, just copying a few .py files
somewhere. Is it possible? I assume if I just create A/C.py in the
executable's directory, it will break module lookup for A.B.
It is a customer who will copy those files over, so modifying the
archive via utilities provided with pyInstaller is too difficult.
Thanks for any hints.
Cheers, Vaclav
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pyinstaller?hl=en.