Emil Belardo <[email protected]> writes: > I also got a traceback, but was able to continue (see below) > >>>> import keyword > /opt/local/python27/lib/python2.7/site-packages/pudb-2013.4-py2.7.egg/pudb/shell.py:36: > UserWarning: Error opening readline history file: [Errno 2] No such file or > directory > warn("Error opening readline history file: %s" % e)
I've just disabled that warning--it doesn't really serve a useful purpose. It occurs when the readline history file is not there, which is OK. >>>> dir(keyword) > ['__all__', '__builtins__', '__doc__', '__file__', '__name__', > '__package__', 'iskeyword', 'kwlist', 'main'] >>>> keyword.kwlist > ['and', 'as', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif', > 'else', 'except', 'exec', 'finally', 'for', 'from', 'global', 'if', > 'import', 'in', 'is', 'lambda', 'not', 'or', 'pass', 'print', > 'raise', 'return', 'try', 'while', 'with', 'yield'] > > > The blue bar you see is because in the theme, the property "bp_star" has > been replaced with "breakpoint marker". As for the shell window, there are > new properties provided to customize the colors so you will have to set the > colors to match your preferred them. Correct. Andreas
pgpqfii0UY6bX.pgp
Description: PGP signature
_______________________________________________ Pudb mailing list [email protected] http://lists.tiker.net/listinfo/pudb
