C++ Runtime Library error message - Pythonwin?
kyosohma at gmail.com
kyosohma at gmail.com
Sun Aug 12 21:03:18 EDT 2007
On Aug 11, 5:48 pm, goldtech <goldt... at worldpost.com> wrote:
> Hi,
>
> Doing GIS [Geographic Information Systems] scripts.
>
> I was running a batch clip script that worked OK for 126 iterations
> then I got the following message:
>
> "Microsoft Visual C++ Runtime Library
>
> program: C:\python21\pythonwin\pythonwin.exe
>
> This application has requested the runtime to terminate in an unusual
> way. Please contact the applications support team for more
> information."
>
> What does this mean? Using XP. Is there a log on my system that gives
> more info?
>
> Thanks
Dunno. You should redirect the stdout/stderr to a log file and stick
some informative print statements in your code. Then when it crashes,
you might be able to track this down.
Mike
More information about the Python-list
mailing list