giovannibajo 34236e347c Complete runtime support for .egg-files.
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
2010-03-12 19:26:33 +00:00
2010-01-31 23:41:00 +00:00
2008-07-28 18:40:45 +00:00
2008-07-23 19:04:41 +00:00
2005-09-03 17:10:09 +00:00
2010-02-26 14:52:23 +00:00
2008-07-23 19:04:41 +00:00

_PyInstaller 1.3_
=================

Use
===
 See doc/Manual.html

Installation in brief
=====================
 Non-Windows users should first build the bootloader:
    cd source/linux
    python ./Make.py
    make

 Everyone should:
    python Configure.py
    python Makespec.py /path/to/yourscript.py
    python Build.py /path/to/yourscript.spec
    .done.


Linux notes
===========
You will need some basic C/C++ compilation packages installed
on your computer to be able to build the bootloader. Debian/Ubuntu
users can run:

    sudo apt-get install build-essential python-dev zlib1g-dev



Major changes in this release
=============================
 See doc/CHANGES.txt
S
Description
No description provided
Readme 5 MiB
Languages
Python 55.3%
C 44.6%