David Scherer wrote:
>However, it's somewhat unfair to ask Bruce to maintain two separate
>installation methods for the sake of the minority of users who fall
>into one of these cases. Perhaps someone else will step up (e.g.
>to write scripts to compile .ZIP files automatically)?
The simplest solution - put into your c:\Python20 directory the
following COMP_ZIP.BAT
zip -9 -u c:Numeric.zip Numeric\*.py Numeric\*.pyd
zip -9 -u c:DLLs.zip DLLs\cvisual.dll
zip -9 -u c:visual.zip visual\*.py
etc.
and run it every time you need to create a new distribution (here all
the options are for free INFO-ZIP zip.exe utility).
==
Ihor V.Rokach, PhD
|