On Jun 29, 6:00 pm, fisadev <[email protected]> wrote:
> I posted my bpython theme (screenshot + code):
>
> http://fisadev.blogspot.com/2010/06/consola-bpython.html

One problem: It does not work on dark consoles.
If I set the background to "W", it raises an error, so I set it to
"d", wich uses the background of the console (White in my case).
This is the error when I use "background = W":

f...@fisa-mini:~/.bpython$ bpython
Traceback (most recent call last):
  File "/usr/bin/bpython", line 9, in <module>
    load_entry_point('bpython==0.9.5.2', 'console_scripts', 'bpython')
()
  File "/usr/lib/pymodules/python2.6/bpython/cli.py", line 2321, in
main
    locals_)
  File "/usr/lib/pymodules/python2.6/bpython/cli.py", line 2187, in
curses_wrapper
    return func(stdscr, *args, **kwargs)
  File "/usr/lib/pymodules/python2.6/bpython/cli.py", line 2216, in
main_curses
    cols = make_colors()
  File "/usr/lib/pymodules/python2.6/bpython/cli.py", line 238, in
make_colors
    j = c[OPTS.color_scheme['background']]
KeyError: 'W'


PS: not native english speaker :)

-- 
You received this message because you are subscribed to the Google Groups 
"bpython" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/bpython?hl=en.

Reply via email to