about presicion
David Bolen
db3l at fitlinxx.com
Wed Sep 1 21:11:43 EDT 2004
Anthony Baxter <anthonybaxter at gmail.com> writes:
> Another approach is to find someone with the appropriate toolchain
> (VS7.1) and get them to do:
>
> % python setup.py install
> % python setup.py bdist_wininst
Note that in the current 2.4 alpha 2, there's a bug in bdist_wininst
that causes that to barf. I went to file a bug report, but it looks
like it was already fixed a few weeks ago in CVS, but in order for
that to work with alpha 2, you need to tweak the bdist_wininst.py
module to actually return installer_name from the get_installer_name
method. Of course, if alpha 3 shows up tomorrow a per Guido's recent
note, this is a moot point :-)
-- David
More information about the Python-list
mailing list