iconPlus = wx.Bitmap(u"plus.png") wx._core.wxAssertionError: C++ assertion "strcmp(setlocale(LC_ALL, NULL), "C") == 0" failed at ...\src\common\intl.cpp(1579) in wxLocale::GetInfo(): You probably called setlocale() directly instead of using wxLocale and now there is a mismatc...
启动Ride.py报错,提示如下: File "c:\python38\lib\site-packages\robotide\ui\images.py", line 91, in _get_image img = wx.Image(path, wx.BITMAP_TYPE_PNG).ConvertToBitmap() 解决办法: 修改application.py文件 C:\Python38\Lib\site-packages\robotide\application\application.py 增加一行self.loca...