On 18.09.2013 14:09, Paul Moore wrote: > On 18 September 2013 12:49, M.-A. Lemburg <[email protected]> wrote: >> Upside: It works with Python 2.x and 3.x. >> Downside: Unix only. > >>From your description, it's not clear - is it just the installer > that's Unix-only, or the runtime as well? I just looked at the link, > apparently the runtime is as well, but I'm not sure why (it wouldn't > need curl, for example).
The script is a bash script and the bootstrapping is part of it. The script downloads setuptools and pip from PyPI using curl (or wget). > IMO, anything that doesn't support Windows is at best peripheral to > this discussion (although PyRun itself sounds awesome, and I'd love to > see a Windows version!) Yeah, some rainy day maybe :-) -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Source (#1, Sep 18 2013) >>> Python Projects, Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope/Plone.Database.Adapter ... http://zope.egenix.com/ >>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/ ________________________________________________________________________ 2013-09-11: Released eGenix PyRun 1.3.0 ... http://egenix.com/go49 2013-09-20: PyCon UK 2013, Coventry, UK ... 2 days to go 2013-09-28: PyDDF Sprint ... 10 days to go eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/ _______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
