• cols_justification

    From Helmut Weingrill@21:1/5 to All on Wed Aug 10 10:02:57 2022
    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!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Stefan Ram@21:1/5 to Helmut Weingrill on Wed Aug 10 15:47:40 2022
    Helmut Weingrill <helmut@weingrill.net> writes:
    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 -

    "Cols_justification" may be only available in some versions
    of "PySimpleGui", maybe experimental versions or version above
    4.60. It's possible that your IDLE uses an experimental or
    newer release of "PySimpleGui" with the feature and your
    "Pycharm" might use an older release of "PySimpleGui" where
    "cols_justification" is not available yet. Maybe you can
    update your "PySimpleGui" under "Pycharm" or update your
    "Pycharm" ("PyCharm"?).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From MRAB@21:1/5 to Helmut Weingrill on Wed Aug 10 18:04:50 2022
    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).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)