This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author larry
Recipients georg.brandl, larry, steve.dower
Date 2015-02-08.22:13:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423433584.82.0.0803149544554.issue23415@psf.upfronthosting.co.za>
In-reply-to
Content
Steve is using new technology to make the installers for Windows.  He generates four installers now:

* .exe for Win32
* -amd64.exe for Win64
* -webinstall.exe for Win32 web-based installers
* -amd64-webinstall.exe for Win64 web-based installers

add-to-pydotorg does not recognize these.

I attempted to hack it up to add support for them.  All I did was modify the "file_descriptions" structure, adding new lines for each of the four new types.  I believe my edits worked fine, but it failed to add three of the four installers.  The first .exe it processed worked (the plain ".exe", the Win32 non-web-based installer).  But the last three failed with the error message:

    Sorry, this request could not be processed. Please try again later.
History
Date User Action Args
2015-02-08 22:13:04larrysetrecipients: + larry, georg.brandl, steve.dower
2015-02-08 22:13:04larrysetmessageid: <1423433584.82.0.0803149544554.issue23415@psf.upfronthosting.co.za>
2015-02-08 22:13:04larrylinkissue23415 messages
2015-02-08 22:13:04larrycreate