An error pops up when debug in Python3.7 with "Windows Application" option checked
linette-zyy opened this issue · 1 comments
linette-zyy commented
Steps to Reproduce
- Create Python Application project and type code
- Right-click on the project and select Properties or press Alt+Enter to open Property page
- Turn on the option "Windows Application" and change interpreter to Python3.7 in General tab and save
- Start the debugger
Expected behavior
The code runs and can be debugged, and no terminal/console window appears.
Actual behavior
An error pops up in Python 3.7.
Python 3.7 Log
Python37.txt
No response in Python 2.7 after starting debug.
Python 2.7 Log