wxpython 3.0 ломает старые приложения? (ошибка локали)

У меня было приложение, которое работало правильно со старыми версиями wxpython

Теперь с wxpython 3.0 при попытке запустить приложение я получаю следующую ошибку

  File "C:\Python27\lib\site-packages\wx-3.0-msw\wx\_controls.py", line 6523, in __init__
    _controls_.DatePickerCtrl_swiginit(self,_controls_.new_DatePickerCtrl(*args, **kwargs))
wx._core.PyAssertionError: C++ assertion "strcmp(setlocale(LC_ALL, NULL), "C") == 0" failed at ..\..\src\common\intl.cpp(1449) in wxLocale::GetInfo(): You probably called setlocale() directly instead of using wxLocale and now there is a mismatch between C/C++ and Windows locale.
Things are going to break, please only change locale by creating wxLocale objects to avoid this!

ошибка исходит из этой строки

File "C:\Users\hadi\Dropbox\Projects\Python\dialysis\profile.py", line 159, in __init__
    style=wx.DP_DROPDOWN)

Помощь очень ценится

Ответы на вопрос(2)

Ваш ответ на вопрос