from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)a = Analysis(['.\\src\\myPgogram.py'],
pathex=['C:\\Data\\python\\myProgram', 'C:\\Data\python\\dbrepo', 'C:\\Data\\python\\utilsrepo', 'C:\\Data\\python\\iorepo'],
hiddenimports=['acme', 'acme.io', 'acme.utils', 'acme.db'],
hookspath=None,
runtime_hooks=None)Any hints to how I can make this work? Tried making hooks, but they are never called...
Goebel Consult, Landshut
http://www.goebel-consult.de
Blog:
http://www.goebel-consult.de/blog/ausgerechnet-csc-will-websites-sicherheit-testen-..
Kolumne:
http://www.cissp-gefluester.de/2010-09-mut-zur-beschraenkung
Ok, thank you for the answer. But the documentation indicates that it does so under the section called "Extending a packages __path__". Maybe I misunderstood this section. Could you come up with an example of extending a pacakge path?
Goebel Consult, Landshut
http://www.goebel-consult.de
--
You received this message because you are subscribed to a topic in the Google Groups "PyInstaller" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pyinstaller/FcZa03oPzhY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pyinstaller...@googlegroups.com.
To post to this group, send email to pyins...@googlegroups.com.
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.