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 lambacck
Recipients AaronR, Jim.Jewett, brian.curtin, christian.heimes, eric.araujo, giampaolo.rodola, helder-magalhaes, jasonspiro, jdigital, jonathan.hartley, lambacck, loewis, ncoghlan, pitrou, python-dev, srid
Date 2012-04-25.15:11:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335366711.98.0.355362437327.issue3561@psf.upfronthosting.co.za>
In-reply-to
Content
The reason for the conditional approach was to attempt to account for the "negative consequences" of adding enabling this by default. i.e. if you are already a Python developer and install a new version, it will be status quo, but if you are a new Python developer then you will be able to run instructions for packages that work perfectly fine on Windows but are maintained and documented by POSIX users and don't understand that the steps to make things work on Windows are different.

I don't care one way or the other about the compromise position but I strongly believe that if someone is installing Python on Windows for the first time they should get a good experience without having to know of the existence of docs like: http://docs.python-guide.org/en/latest/starting/install/win/

This tweet https://twitter.com/#!/zedshaw/status/194853198006198272 is characteristic of the sentiment that non-Windows users have about training Windows users to develop with Python. At the PyCon web summit several people who have been doing training lately have said that their solution is to get windows users to run a Linux Virtual Machine because the Windows Python experience is so bad for new Windows developers. This is one relatively easy place where we can make that experience better.
History
Date User Action Args
2012-04-25 15:11:52lambaccksetrecipients: + lambacck, loewis, ncoghlan, pitrou, giampaolo.rodola, christian.heimes, eric.araujo, jasonspiro, brian.curtin, srid, jonathan.hartley, python-dev, AaronR, jdigital, Jim.Jewett, helder-magalhaes
2012-04-25 15:11:51lambaccksetmessageid: <1335366711.98.0.355362437327.issue3561@psf.upfronthosting.co.za>
2012-04-25 15:11:51lambaccklinkissue3561 messages
2012-04-25 15:11:51lambacckcreate