giovannibajo 48031ea8e2 Improve bincache accuracy: use md5 instead of mtime to verify that the binary files correspond
to the binary files being packaged.
mtime works well for binary files being compiled each time, but it is prone to be broken for
other patterns of usages. For instance, switching between different versions of a third-party
library (eg: wxPython) was totally broken without this fix, as only the newer binary file was
being packaged, not the current one.


git-svn-id: http://svn.pyinstaller.org/trunk@314 8dd32b29-ccff-0310-8a9a-9233e24343b1
2007-05-02 13:44:10 +00:00
2007-04-02 00:11:09 +00:00
2007-04-02 00:11:09 +00:00
2005-09-12 09:33:09 +00:00
2005-09-03 17:10:09 +00:00
2007-02-05 23:47:12 +00:00
2005-09-21 11:30:07 +00:00
2006-12-18 13:12:04 +00:00

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

Use
===
 See doc/Tutorial.txt

Installation in brief
=====================
 Non-Windows users should:
    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.

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

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