| |
comp.lang.python |
On May 27, 4:20 pm, Steven Bethard <steven.beth...@gmail.com> wrote: > STeVe
> > I just tried to upload new versions of the argparse module to PyPI, but
> > it seems like I can no longer upload Windows installers:
[snip]
> That seems a little weird to me. Are the bdist_wininst exe files really
> zip files? Or did I just misunderstand what "content" is?
file; it may just help you suss out what the problem is.
E.g.:
>>> zipfile.ZipFile('xlrd-0.6.1a4.win32.exe').namelist()
... snip ...
'SCRIPTS/xlrdnameAPIdemo.py']
John