I tried to run this script:
import pyui pyui.init(800,600)
but got this error message, w/a title of "Microsoft Visual C++ Runtime Library":
Runtime Error!
Program: F:\Python23\pythonw.exe
This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.
Any ideas on how to resolve this?
Log in to post a comment.
I tried to run this script:
import pyui
pyui.init(800,600)
but got this error message, w/a title of "Microsoft Visual C++ Runtime Library":
Runtime Error!
Program: F:\Python23\pythonw.exe
This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.
Any ideas on how to resolve this?