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 eric.araujo
Recipients Adam.Groszer, benjamin.peterson, cjw296, eric.araujo, georg.brandl, jaraco, nadeem.vawda, python-dev, tarek
Date 2012-02-27.09:25:16
SpamBayes Score 0.0003489696
Marked as misclassified No
Message-id <1330334717.61.0.87225171479.issue6884@psf.upfronthosting.co.za>
In-reply-to
Content
[Nadeem]
> Not sure about a CI service, but if you want Windows for your own machine
> I believe you can get a free MSDN subscription:
Yep, I have one of these and downloaded an ISO, but I haven’t yet managed to set it up with qemu.

[Adam]
> ZTK (Zope toolkit) ended up with renting a windows (server) VM. http://winbot.zope.org/
> There we run a buildbot that does the windows releases of some packages
OK.  Too bad for me then.


Nadeem, thanks for your report.  We used to have one or two people working on distutils2 on Windows, but they got busy with other things or I scared them off, and now I just have to hope that my commits work, which clearly doesn’t work.  I’ll send a call for testers on some mailing lists.

Newlines are a particular sore point.  In many cases we don’t care about them and happily use splitlines to ignore platform differences; in some cases we really want LF on all platforms but there are no tests.

Please file reports for the bugs you’ve found, on this tracker.  Set the “Distutils2” component and I’ll be auto-nosy.
History
Date User Action Args
2012-02-27 09:25:17eric.araujosetrecipients: + eric.araujo, georg.brandl, jaraco, cjw296, nadeem.vawda, benjamin.peterson, tarek, Adam.Groszer, python-dev
2012-02-27 09:25:17eric.araujosetmessageid: <1330334717.61.0.87225171479.issue6884@psf.upfronthosting.co.za>
2012-02-27 09:25:17eric.araujolinkissue6884 messages
2012-02-27 09:25:16eric.araujocreate