[Python-Dev] Snapshot win32all builds of interest?
Thomas Heller
thomas.heller@ion-tof.com
Wed, 9 Oct 2002 19:05:03 +0200
From: "Tim Peters" <tim@zope.com>
> [Mark Hammond]
> > OK - first such snapshot done. See the link from
> > starship.python.net/crew/mhammond
> >
> > This version installs no shortcuts, does not compile .pyc files etc - you
> > are pretty much on your own. Pythonwin\start_pythonwin.pyw is
> > installed to start Pythonwin, but you must do so manually.
> >
> > Please let me know if you try it.
>
> I tried it. I'd say something useful, except as far as I could tell, it
> worked <wink>. Thanks! Have you talked w/ the PBF about getting builds
> tested?
Same for me (except that I see a lot of these FutureWarnings
about hex constants > sys.maxint, but you already knew this).
Thomas