Message 310215 - Python tracker
Message310215
| Author | steve.dower |
|---|---|
| Recipients | Kiran, paul.moore, steve.dower, tim.golden, zach.ware |
| Date | 2018-01-17.23:17:27 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1516231047.07.0.467229070634.issue32566@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Looks like you have a prerelease version of the CRT on your machine. Try finding and installing the latest Visual C++ 2017 Redistributables from Microsoft. A newer version would have been installed by Python but since it wasn't I assume you have some other program on your PATH that has included a (not quite) private copy of ucrtbase.dll. If you can find and update or uninstall that program, and then reinstall Python it should resolve it. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-01-17 23:17:27 | steve.dower | set | recipients: + steve.dower, paul.moore, tim.golden, zach.ware, Kiran |
| 2018-01-17 23:17:27 | steve.dower | set | messageid: <1516231047.07.0.467229070634.issue32566@psf.upfronthosting.co.za> |
| 2018-01-17 23:17:27 | steve.dower | link | issue32566 messages |
| 2018-01-17 23:17:27 | steve.dower | create | |