mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
34236e347c
Now Build.py automatically adds a runtime hook whenever a .egg file is packaged. This hook adds the .egg to sys.path at startup, so that it is picked up by the import hooks. In one-dir mode, .eggs files are packaged into a "eggs" subdirectory. In one-file mode, .eggs files are within the executable, and extracted at startup in the temporary directory. I removed the old runtime hook by Hartmut which decompressed .eggs to disk because it is not required anymore since we directly use zipimport to access .eggs. git-svn-id: http://svn.pyinstaller.org/trunk@772 8dd32b29-ccff-0310-8a9a-9233e24343b1