Hi There,
Setting up Komodo IDE 12 on a new Win11 PC and get this warning in the output window of a python3 "hello world."
C:\Program Files (x86)\ActiveState Komodo IDE 12\lib\support\dbgp\bin\py3_dbgp.py:179: DeprecationWarning: Use setlocale(), getencoding() and getlocale() instead
codeset = locale.getdefaultlocale()[1]
C:\Program Files (x86)\ActiveState Komodo IDE 12\lib\support\dbgp\bin\py3_dbgp.py:148: DeprecationWarning: Use setlocale(), getencoding() and getlocale() instead
codeset = locale.getdefaultlocale()[1]
Any way to solve or silence this nuisance error?
Randy