Hi,
using the latest eric4 snapshot (and latest of pyqt, qscintilla, etc)
eric4 segfaults when I want to add a '(' to some code.
To replicate, open the attached 2-line python file and try to add a '('
before the 'a,b' to change it into '(a,b)'. While typing the '(' eric
will crash with a segfault.
Env: python2.5, linux (gentoo) on amd64
In case the attach does not come through the list, the contents of the
file are:
for a,b in {'a':'b'}:
pass
and you want to change that into:
for (a,b) in {'a':'b'}:
pass
Cheers,
Vincent.
for a,b in {'a':'b'}:
pass
_______________________________________________
Eric mailing list
[email protected]
http://www.riverbankcomputing.com/mailman/listinfo/eric