Ticket #15131: ipython_error.txt

File ipython_error.txt, 709 bytes (added by pfein@…, 16 years ago)
Line 
1hotbox:~$ ipython2.5
2Python 2.5.2 (r252:60911, Apr 24 2008, 00:22:29)
3Type "copyright", "credits" or "license" for more information.
4
5IPython 0.8.2 -- An enhanced Interactive Python.
6?         -> Introduction and overview of IPython's features.
7%quickref -> Quick reference.
8help      -> Python's own help system.
9object?   -> Details about 'object'. ?object also works, ?? prints more.
10
11In [1]: import sqlite3
12
13In [2]: con=sqlite3.connect(":memory:")
14---------------------------------------------------------------------------
15SystemError                               Traceback (most recent call last)
16
17/Users/pfein/<ipython console> in <module>()
18
19SystemError: NULL result without error in PyObject_Call