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 bwanamarko
Recipients Cesar.Mello, brian.curtin, bwanamarko, loewis, r.david.murray, steve.dower, tim.golden, toughy, zach.ware
Date 2015-07-04.04:37:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435984666.65.0.465670507349.issue14458@psf.upfronthosting.co.za>
In-reply-to
Content
Anyone still following this issue, as I posted in issue22516, there is an embeddable zipped version of Python-2.7.X built from source using the PCbuild batch files and vc90 toolset for both x86 and x64 called Python Bootstrap:

http://breakingbytes.alwaysdata.net/PythonBootstrap/

The redistributable msvcr90.dll's are all bundled side-by-side privately with python27.dll as recommended by Windows and does not violate any licensing eulas. The build passes all tests and pythonw.exe works perfectly. Try starting python27/Scripts/idle.bat.

It ...
just ...
works ...

No ...
Admin ...
rights ...
required ...

just ...
unzip ...
use ...

FYI: doing an "administrative install" using msiexec /a (https://www.python.org/download/releases/2.4/msi/) just extracts the msi archive and creates a smaller msi package used to do a local install later. This means that your python launcher and shared library are depending on whatever redistributables you have. You can't install the merge modules into winsxs w/o elevated rights so ...

Also look at Python-3.5 for an embeddable zip file (no admin rights required) altho I think it requires vcredist for vc100 freely available from microsoft.
History
Date User Action Args
2015-07-04 04:37:46bwanamarkosetrecipients: + bwanamarko, loewis, tim.golden, r.david.murray, brian.curtin, zach.ware, toughy, Cesar.Mello, steve.dower
2015-07-04 04:37:46bwanamarkosetmessageid: <1435984666.65.0.465670507349.issue14458@psf.upfronthosting.co.za>
2015-07-04 04:37:46bwanamarkolinkissue14458 messages
2015-07-04 04:37:44bwanamarkocreate