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)
>>> 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.



On Sun, Nov 10, 2013 at 8:06 PM, Aaron Meurer <[email protected]> wrote:

> I got a traceback after typing something in the shell and pressing
> enter (attached).
>
> By the way, the color looks pretty bad in the other themes. And for
> some reason, in midnight, there is a blue bar to the left of the code.
>
> Aaron Meurer
>
> On Sun, Nov 10, 2013 at 4:56 PM, Andreas Kloeckner
> <[email protected]> wrote:
> > Hi all,
> >
> > exciting news: pudb now has an built-in Python shell that's visible at
> > the same time as the source code. Code is in git. Try it out and let me
> > know what you think. Pull requests welcome. :)
> >
> > Andreas
> >
> >
> > _______________________________________________
> > Pudb mailing list
> > [email protected]
> > http://lists.tiker.net/listinfo/pudb
> >
>
> _______________________________________________
> Pudb mailing list
> [email protected]
> http://lists.tiker.net/listinfo/pudb
>
>
_______________________________________________
Pudb mailing list
[email protected]
http://lists.tiker.net/listinfo/pudb

Reply via email to