AprendizM2 Posted October 3, 2018 at 04:11 PM Share Posted October 3, 2018 at 04:11 PM 1002 20:34:00671 :: ui:2815: RuntimeWarning: tp_compare didn't return -1 or -2 for exception 1002 20:34:00673 :: introLogin.py(line:511) __LoadScript ui.py(line:2808) LoadScriptFile ui.py(line:2998) LoadChildren ui.py(line:2998) LoadChildren ui.py(line:2815) LoadChildren LoginWindow.__LoadScript.LoadObject - <type 'exceptions.OverflowError'>:Python int too large to convert to C long 1002 20:34:00673 :: ============================================================================================================ 1002 20:34:00673 :: Abort!!!! ERRO após executar binário novaline, sem modificação. Link to comment
xkillmt2 Posted October 3, 2018 at 10:56 PM Share Posted October 3, 2018 at 10:56 PM Vá em Client->ScriptLib->PythonUtils.cpp e pesquise por: #include "PythonUtils.h" Adicione abaixo: // Python int too large to convert to C long #define PyLong_AsLong PyLong_AsLongLong #define PyLong_AsUnsignedLong PyLong_AsUnsignedLongLong Link to comment
AprendizM2 Posted October 4, 2018 at 10:14 PM Author Share Posted October 4, 2018 at 10:14 PM Problema Resolvido, obrigado. 23 hours ago, xkillmt2 said: Vá em Client->ScriptLib->PythonUtils.cpp e pesquise por: #include "PythonUtils.h" Adicione abaixo: // Python int too large to convert to C long #define PyLong_AsLong PyLong_AsLongLong #define PyLong_AsUnsignedLong PyLong_AsUnsignedLongLong obrigado. Resolveu o Problema Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now