Skip to content Skip to sidebar Skip to footer

Running A Script On Vpython 6.05 Returns 'just-in-time Debugging, Errors'

I installed Python 2.7.5 and VPython 6.05 on Windows 7. While trying to run a test script I get the following error: *--------------------------- Visual Studio Just-In-Time Debugge

Solution 1:

You must have Administrator privilege.

This should fix this problem. If it doesn't add a comment :)

Solution 2:

Problem solved:

Removed Python and VPython.

Re installed visual studio, just to disable the JIT debugger (So I wont get the same error in the future) and then I completely uninstalled it.

Installed Python(x,y) IDE with the VPython extension included, and Ta Dam!!

That's all folks :)

Post a Comment for "Running A Script On Vpython 6.05 Returns 'just-in-time Debugging, Errors'"