2

Windows 7 に Python 2.7.5 と VPython 6.05 をインストールしました。テスト スクリプトを実行しようとすると、次のエラーが表示されます。

*---------------------------
Visual Studio Just-In-Time Debugger
---------------------------
An unhandled win32 exception occurred in pythonw.exe [3416]. Just-In-Time debugging this exception failed with the following error: No installed debugger has Just-In-Time debugging enabled. In Visual Studio, Just-In-Time debugging can be enabled from Tools/Options/Debugging/Just-In-Time.
Check the documentation index for 'Just-in-time debugging, errors' for more information.
---------------------------
OK   
---------------------------*

コンピューターに Visual Studio をインストールしていましたが、ずっと前に削除されました。

4

2 に答える 2

0

問題が解決しました:

Python と VPython を削除しました。

JITデバッガーを無効にするためだけにVisual Studioを再インストールし(今後同じエラーが発生しないようにします)、完全にアンインストールしました。

VPython 拡張機能を含む Python(x,y) IDE と Ta Dam をインストールしました!!

それはすべての人々です:)

于 2013-08-28T21:53:28.183 に答える