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 marcelotduarte
Recipients Ateik Al-Zehla, Matt.Hickford, Tod Haren, dstufft, eric.araujo, marcelotduarte, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-01-17.01:02:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452992577.28.0.747593074052.issue25251@psf.upfronthosting.co.za>
In-reply-to
Content
I hava a problem with others packages, like cchardet and aiohttp.
Aplying the patch changed the error message, then I generate a lib for vcruntime140, and finally, it is installed:

#go to python installation dir
cd M:\Applications\Python35-32
pexports vcruntime140.dll >libs\vcruntime140.def
dlltool -dllname vcruntime140.dll --def libs\vcruntime140.def --output-lib libs\libvcruntime140.a
History
Date User Action Args
2016-01-17 01:02:57marcelotduartesetrecipients: + marcelotduarte, paul.moore, tim.golden, eric.araujo, Matt.Hickford, zach.ware, steve.dower, dstufft, Ateik Al-Zehla, Tod Haren
2016-01-17 01:02:57marcelotduartesetmessageid: <1452992577.28.0.747593074052.issue25251@psf.upfronthosting.co.za>
2016-01-17 01:02:57marcelotduartelinkissue25251 messages
2016-01-17 01:02:57marcelotduartecreate