简体   繁体   English

Windows上的ipython qtconsole打印错误,没有明显的副作用

[英]ipython qtconsole on Windows printing error with no apparent side-effects

When I launch ipython qtconsole on Windows (by punching ipython qtconsole into a CMD window), the following error gets printed quite frequently to CMD: 当我在Windows上启动ipython qtconsole时(通过将ipython qtconsole打孔到CMD窗口中),以下错误非常频繁地打印到CMD:

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

Everything in the ipython qtconsole is working to the best of my knowledge. 据我所知,ipython qtconsole中的所有内容都在工作。 So I'm curious, what does this error mean, and is it indicative of any underlying problems? 所以我很好奇,这个错误是什么意思,是否表明存在任何潜在的问题?

This is an IPython bug that's been known for a few years. 这是一个众所周知的IPython 错误 However, it seems to be a Qt error more than an IPython one. 但是,这似乎是Qt错误而不是IPython 错误

Neither has been fixed and seems to be very minor. 两者都没有得到修复,而且似乎很小。

So, yes there is an underlying problem, but it is not with your code. 因此,是的,这是一个潜在的问题,但是您的代码却没有。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM