giovannibajo fc067fe1c3 Revamp .egg (zipimport) support.
It looks like the support was only preliminar and broken.
Specifically:
   * mf.py was unable to look for dependencies within .eggs
   * iu.py was unable to use .egg file completely (!)
Probably, it never fully worked. Anyway, it's completely fixed
now (the setuptools tests pass) and I'm going to commit more
tests soon (without the external dependency).


git-svn-id: http://svn.pyinstaller.org/trunk@639 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-03-01 17:57:22 +00:00
2009-02-22 16:53:50 +00:00
2009-02-25 18:55:39 +00:00
2009-02-25 18:55:39 +00:00
2008-07-28 18:40:45 +00:00
2009-02-25 18:55:39 +00:00
2009-03-01 17:57:22 +00:00
2009-02-25 18:55:39 +00:00
2009-02-25 19:00:16 +00:00
2009-02-25 18:55:39 +00:00
2008-07-23 19:04:41 +00:00
2009-03-01 17:57:22 +00:00
2009-02-25 19:00:16 +00:00
2005-09-03 17:10:09 +00:00
2009-03-01 17:57:22 +00:00
2009-02-20 16:17:50 +00:00
2008-07-23 19:04:41 +00:00

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

Use
===
 See doc/Tutorial.txt

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



Major changes in this release
=============================
 See doc/CHANGES.txt

S
Description
No description provided
Readme 5 MiB
Languages
Python 55.3%
C 44.6%