0

When I launch ipython qtconsole on Windows (by punching ipython qtconsole into a CMD window), the following error gets printed quite frequently to CMD:

QTextCursor::setPosition: Position '4022' out of range

Everything in the ipython qtconsole is working to the best of my knowledge. So I'm curious, what does this error mean, and is it indicative of any underlying problems?

aensm
  • 3,325
  • 9
  • 34
  • 44

1 Answers1

1

This is an IPython bug that's been known for a few years. However, it seems to be a Qt error more than an IPython one.

Neither has been fixed and seems to be very minor.

So, yes there is an underlying problem, but it is not with your code.

Andy
  • 49,085
  • 60
  • 166
  • 233