Roundup Tracker - Issues

Message5888

Author rouilj
Recipients a1s, hfoffani, richard, rouilj, tobias-herp
Date 2016-07-31.20:27:16
Message-id <1469996837.8.0.493114640083.issue1163804@psf.upfronthosting.co.za>
In-reply-to
Answer to my own quession is yes we do.

It is created on a unix system using:

        python setup.py bdist_wininst --user-access-control force

as part of the release process documented in RELEASE.txt.

According ti:

https://docs.python.org/2.7/distutils/builtdist.html#the-postinstallation-script

there is the possibility to add a postinstall script.

So at the very least it can print to stdout what the user may need
to do to get the windows distribution working.

However I am not able to do the work required since I no longer
have reliable access to a modern windows box.

Alternatively we just don't distribute the binary windows version
anymore.

Suggestions before I close this out as postponed?
History
Date User Action Args
2016-07-31 20:27:17rouiljsetmessageid: <1469996837.8.0.493114640083.issue1163804@psf.upfronthosting.co.za>
2016-07-31 20:27:17rouiljsetrecipients: + rouilj, richard, hfoffani, a1s, tobias-herp
2016-07-31 20:27:17rouiljlinkissue1163804 messages
2016-07-31 20:27:16rouiljcreate