配置一个python配置文件,配置如下:
-u表示,运行就直接升级之后对应的模块。
但是发现的一个问题,正常运行没有问题,但是打不了debug,报错如下:
pydev debugger: process 12336 is connecting
Connected to pydev debugger (build 192.7142.56)
Process finished with exit code -1073740940 (0xC0000374)
起初以为是错误编号,找了一堆都解决不了,直到看到一篇大佬博客https://jalena.bcsytv.com/archives/2278
一下都是复制内容:
Process finished with exit code -1073740940 (0xC0000374)
问题重现
最近将系统升级到了Windows LTSC 2019,且使用了较新的Python(3.7.3),在调试Odoo12的时候,Pycharm直接抛出错误"Process finished with exit code -1073740940 (0xC0000374)",经过各方查证,发现问题是由于locale这个包引起的。
Locale解决方法
控制面板—>区域
区域 设置到此,重启计算机,问题修复。
向大佬致敬