Pycharm confused about ... odd output
i been using the community edition for about a week all seemed to work great. I was notified of an update on mac osx ventura 13.01 to 13.1 i installed the update. After the update pycharm is out putting odd lines in the run area always 49 of them such as:
30 _tkinter.cpython-311-darwin.so 0x0000000104689dd8 _tkinter_create_impl + 268
31 _tkinter.cpython-311-darwin.so 0x0000000104689a10 _tkinter_create + 240
32 Python 0x000000010555a4e4 cfunction_vectorcall_FASTCALL + 80
33 Python 0x0000000105618d4c _PyEval_EvalFrameDefault + 52772
34 Python 0x000000010561e89c _PyEval_Vector + 156
35 Python 0x00000001054f5db4 _PyObject_FastCallDictTstate + 96
36 Python 0x0000000105582cfc slot_tp_init + 180
37 Python 0x0000000105579678 type_call + 136
38 Python 0x00000001054f5a94 _PyObject_MakeTpCall + 128
39 Python 0x0000000105618e34 _PyEval_EvalFrameDefault + 53004
40 Python 0x000000010560acac PyEval_EvalCode + 276
41 Python 0x0000000105683f1c pyrun_file + 240
42 Python 0x00000001056836ec _PyRun_SimpleFileObject + 288
43 Python 0x0000000105682c60 _PyRun_AnyFileObject + 232
44 Python 0x00000001056ac320 pymain_run_file_obj + 220
45 Python 0x00000001056abb04 pymain_run_file + 72
46 Python 0x00000001056ab318 Py_RunMain + 1828
47 Python 0x00000001056ac49c pymain_main + 52
48 Python 0x00000001056accd4 Py_BytesMain + 40
49 dyld 0x000000019392be50 start + 2544
happens when i am using tkinter or import PySimpleGUI. seems to be from build GUI type files. Other files with those without gui imports i don't get the odd output above.
请先登录再写评论。
Hello,
I am wondering if the same output will appear if you run the script from the command line? If the output is expected, please report this to
https://youtrack.jetbrains.com/issues/PY and attach a simplified code example to reproduce.
i ran it via console i got the same output as i do in PyCharm.
Beginning to wonder if my python is messed up.
put this info on youtrack not sure if it is an issue or since the code does work without error.
>i ran it via console i got the same output as i do in PyCharm.
it means the problem does not related to the IDE and should be investigated from the Python code prospective.