When I change the config file to use a different theme (light.theme), the program raise this error:
#!python
$ bpython
Traceback (most recent call last):
File "/home/aplanas/bin/bpython-hg/bin/bpython", line 6, in <module>
sys.exit(main())
File "/home/aplanas/bin/bpython-hg/lib/python2.6/site-packages/bpython/cli.py", line 1693, in main
config, options, exec_args = bpython.args.parse(args)
File "/home/aplanas/bin/bpython-hg/lib/python2.6/site-packages/bpython/args.py", line 101, in parse
loadini(config, options.config)
File "/home/aplanas/bin/bpython-hg/lib/python2.6/site-packages/bpython/config.py", line 153, in loadini
load_theme(struct, path, config_path, default_colors)
NameError: global name 'load_theme' is not defined
When I change the config file to use a different theme (light.theme), the program raise this error: