Skip to content

unsupported operand type(s) - windows python 3.5 #597

Closed
@alch3m1st

Description

@alch3m1st

bpython-curses

  File "C:\Users\nikos\AppData\Local\Programs\Python\Python35\Scripts\bpython-curses-script.py", line 9, in <module>
    load_entry_point('bpython==0.14.2', 'console_scripts', 'bpython-curses')()
  File "c:\users\nikos\appdata\local\programs\python\python35\lib\site-packages\bpython\cli.py", line 1961, in main
    banner=banner)
  File "c:\users\nikos\appdata\local\programs\python\python35\lib\site-packages\bpython\cli.py", line 1843, in curses_wrapper
    return func(stdscr, *args, **kwargs)
  File "c:\users\nikos\appdata\local\programs\python\python35\lib\site-packages\bpython\cli.py", line 1880, in main_curses
    cols = make_colors(config)
  File "c:\users\nikos\appdata\local\programs\python\python35\lib\site-packages\bpython\cli.py", line 293, in make_colors
    ('W', 15),
TypeError: unsupported operand type(s) for +: 'dict_items' and 'list'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions