>>>>> "Pier" == Pier Carteri <[EMAIL PROTECTED]> writes:
Pier> I attached a new version of Py_Shell that fix a couple of
Pier> problem: - avoid duplicated entry into the autocompletetion
Pier> list - the width of the autocompletation popup is calculated
Pier> with respect to the length of the strings This version
Pier> requires pygtk 2.0 due to some function (pango.PIXELS) not
Pier> present in previous release (at least 1.99.16)
I Pier -- your shell looks quite nice. I use Jon Anderson's
interactive shell with my pygtk plotting library -
http://matplotlib.sourceforge.net. One thing I have been dissatisfied
with, which perhaps you know how to address, is the pasting of
formatted blocks of code into the shell. Eg, on my system (RHL9), if
I mouse-2 paste the following
class Base:
def __init__(self):
print 'hi'
b = Base()
into the python shell it works fine, but if I paste it into Py_Shell
or Jon's shell, I get the error Base not defined.
Any ideas?
John Hunter
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/