Am 28.11.2012 11:57, schrieb Václav Šmilauer: > 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.
What about this: Create a "namespace" like "A/plugins". So the customer copies his files to A/plugins/C.py. -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ), CISSP, CSSLP Goebel Consult http://www.goebel-consult.de Monatliche Kolumne: http://www.cissp-gefluester.de/2011-10-aus-der-schublade-in-die-koepfe Blog: http://www.goebel-consult.de/blog/20050315 Goebel Consult ist Mitglied bei http://www.7-it.de/
smime.p7s
Description: S/MIME Kryptografische Unterschrift
