开发者

Error in IPython Shell

开发者 https://www.devze.com 2023-01-06 20:37 出处:网络
I\'ve just started playing around with IPython, and it\'s got some pretty cool features. I especially like that it \"remembers\" input from previous shell sessions. I am having some trouble, however,

I've just started playing around with IPython, and it's got some pretty cool features. I especially like that it "remembers" input from previous shell sessions. I am having some trouble, however, with the tab completion.

Here's an example of my console:

In [5]: a.__class__.python(58387,0x7fff70630c20) 
malloc: *** error for object 0x103133b40: incorrect checksum for freed object - 
object was probably modified after being freed.

*** set a breakpoint in malloc_error_break to debug
Abort trap

a is a strin开发者_开发技巧g, and I've typed a.__class__. and then hit TAB and this is the result

Has anyone else had this problem? Any fixes?

Thanks

0

精彩评论

暂无评论...
验证码 换一张
取 消