Re: Win32s version of Python

David Shiflet (davidshi@microsoft.com)
Wed, 1 Feb 95 22:19:34 TZ

look for zipnt on ftp.cc.utexas.edu
----------
| From: "Hammond, Mark" <MHammond@jm.cmutual.com.au>
| To: "C. Derek Fields" <derek@gamekeeper.bellcore.com>
| Cc: python-list <python-list@cwi.nl>
| Subject: Re: Win32s version of Python
| Date: Thursday, February 02, 1995 9:58AM
|
| Received: from charon.cwi.nl by netmail3.microsoft.com with SMTP
(5.65/25-eef)
| id AA06156; Wed, 1 Feb 95 16:09:43 -0800
| Received: by charon.cwi.nl
| id <AA05277@cwi.nl>; Thu, 2 Feb 1995 00:26:25 +0100
| Received: from yarrina.connect.com.au by charon.cwi.nl with SMTP
| id <AA05204@cwi.nl>; Thu, 2 Feb 1995 00:25:33 +0100
| Received: by yarrina.connect.com.au with UUCP id AA14232
| (5.67b8/IDA-1.5 for python-list@cwi.nl); Thu, 2 Feb 1995 10:23:05 +1100
| Received: from timelord.jm.cmutual.com.au
| (timelord.cmutual.com.au) by redbaron.cmutual.com.au with SMTP
| id AA01179
| (5.65c/IDA-1.5); Thu, 2 Feb 1995 09:59:17 +1100
| Received: from dayna.msmail.jm.cmutual.com.au by
| timelord.jm.cmutual.com.au with SMTP id AA21070
| (5.65c/IDA-1.5); Thu, 2 Feb 1995 09:49:35 +1100
| Received: by dayna.msmail.jm.cmutual.com.au with Microsoft Mail
| id <2F311D97@dayna.msmail.jm.cmutual.com.au>; Thu, 02 Feb 95 09:59:51 PST
| Message-Id: <2F311D97@dayna.msmail.jm.cmutual.com.au>
| Encoding: 26 TEXT
| X-Mailer: Microsoft Mail V3.0
| Sender: python-list-request@cwi.nl
|
|
| > as I get a new video board so that I can run Win32s. My one complaint,
| > without even opening the "box" is that it is compressed and tar'red
| > using Unix tools instead of PKZIP, which is the standard PC utility.
| > Would it be possible for you to make a zip version available? Thanks.
|
| The only problem I have with this is the long filenames that are used - both
| by Python, and to a lesser extent by the Windows GUI version. Although this
| is not good for Win32s, we can not do too much about it. Even if every one
| of the PythonWin files were 8.3, standard Python code, such as mimetools.py,
| linecache.py etc do have long file names. I havent totally addressed this
| issue, although Python 1.2 will make it easier.
|
| When I first started this little project, I easily found gzip and tar tools
| for NT that handle long file names, but had more trouble with pkzip tools.
| Certainly the DOS version of pkzip (which really is the standard) cant
| handle them.
|
| Do you know of an NT version of PKZip that does handle long file names?
| Even still, I would suspect that NT versions of tar and gzip are more
| readily available than NT versions of pkzip. If you can give me a reference
| to such a tool, I will consider providing it in both formats.
|
| Regards,
|
| Mark.
|
|