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.

classification
Title: ERROR - Microsoft Visual C++ Runtime Library
Type: Stage:
Components: Windows Versions:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: dariounipd, georg.brandl, mwtoews
Priority: normal Keywords:

Created on 2007-05-18 08:12 by dariounipd, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (6)
msg32037 - (view) Author: darioUniPD (dariounipd) Date: 2007-05-18 08:12
While runnin a process in IDLE error (Python 2.5.1):

==============================================================
TitleOfMessageBox:
  Microsoft Visual C++ Runtime Library

TheMessage:
  Runtime Error!

  Program: C:\[...]\python.exe

  The application has requested the Runtime to terminate it in an unusual
way.
  Please content the application's support team for more information.
==============================================================

How to repair?!
msg32038 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-05-18 09:39
Please provide more information. What process did you try to run, and when did the error occur?

It is very likely that the cause of this problem is a third-party extension module. Which
modules do you load in your program?
msg32039 - (view) Author: darioUniPD (dariounipd) Date: 2007-05-18 12:27
Sorry, I forget about it!
I'm using PyLab (MatPlotLib) and ftplib mainly.
Other packages I used are os and time, but I think that the problem is not here.

Thanks!
msg32040 - (view) Author: Michael Toews (mwtoews) Date: 2007-08-10 21:38
According to http://matplotlib.sourceforge.net/backends.html this is a problem with the Tkinter GUI backend used through Pythonwin.
msg32041 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-08-11 07:09
Closing as 3rd party.
msg32042 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-08-11 07:10
Closing as 3rd party.
History
Date User Action Args
2022-04-11 14:56:24adminsetgithub: 44969
2007-05-18 08:12:21dariounipdcreate