On 2022-08-10 09:02, Helmut Weingrill wrote:
I installed Python 3.11 0b3. In the IDLE, cols_justification works fine
in my program "sg.Table". When installing Pycharm 2022.2 later,
"cols_just.." does not work. Error message: File "H:\pf\PyFibu\FIBU.py",
line 85, in beg_buchen [sg.table(values=list field, headings=header,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: Table.__init__() received an
unexpected keyword argument 'cols_justification'. Please, I need help -
thanks!

It would've helped if you had mentioned PySimpleGUI. It took me some time to figure out what you were talking about!

Anyway, it looks like you're using an older version of it when using PyCharm (or PyCharm is finding an older version of it or Python).
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to