How can I understand why Python throws this non-descriptive error on Windows 7 64 bit

I am making graphics using scipy on python 2.7 on Windows 7 64 bit. I installed it from http://www.lfd.uci.edu/~gohlke/pythonlibs/ .

When I run the scripts, I periodically get windows with errors that say:

Title:

Microsoft Visual C ++ Runtime Library

Message:

Runtime Error! Program: C: \ python27 \ pythonw.exe

This application requested Runtime to finish it in an unusual way. Please contact for more information.

What is it. How to start figuring out what causes this error?

+3
source share
1 answer

Visual Studio, Python SciPy . Python , , Windows Visual Studio.

SciPy.

0

Source: https://habr.com/ru/post/1787387/


All Articles