Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2017
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.12 KB | None | 0 0
  1. -bash-4.1$ ipython
  2. Traceback (most recent call last):
  3.   File "/usr/bin/ipython", line 7, in <module>
  4.     launch_new_instance()
  5.   File "/usr/lib/python2.6/site-packages/IPython/frontend/terminal/ipapp.py", line 388, in launch_new_instance
  6.     app.initialize()
  7.   File "<string>", line 2, in initialize
  8.   File "/usr/lib/python2.6/site-packages/IPython/config/application.py", line 84, in catch_config_error
  9.     return method(app, *args, **kwargs)
  10.   File "/usr/lib/python2.6/site-packages/IPython/frontend/terminal/ipapp.py", line 324, in initialize
  11.     self.init_shell()
  12.   File "/usr/lib/python2.6/site-packages/IPython/frontend/terminal/ipapp.py", line 340, in init_shell
  13.     ipython_dir=self.ipython_dir)
  14.   File "/usr/lib/python2.6/site-packages/IPython/config/configurable.py", line 318, in instance
  15.     inst = cls(*args, **kwargs)
  16.   File "/usr/lib/python2.6/site-packages/IPython/frontend/terminal/interactiveshell.py", line 360, in __init__
  17.     user_module=user_module, custom_exceptions=custom_exceptions
  18.   File "/usr/lib/python2.6/site-packages/IPython/core/interactiveshell.py", line 436, in __init__
  19.     self.init_history()
  20.   File "/usr/lib/python2.6/site-packages/IPython/core/interactiveshell.py", line 1489, in init_history
  21.     self.history_manager = HistoryManager(shell=self, config=self.config)
  22.   File "/usr/lib/python2.6/site-packages/IPython/core/history.py", line 409, in __init__
  23.     self.new_session()
  24.   File "<string>", line 2, in new_session
  25.   File "/usr/lib/python2.6/site-packages/IPython/core/history.py", line 60, in needs_sqlite
  26.     return f(*a,**kw)
  27.   File "/usr/lib/python2.6/site-packages/IPython/core/history.py", line 427, in new_session
  28.     NULL, "") """, (datetime.datetime.now(),))
  29. OperationalError: database is locked
  30.  
  31. If you suspect this is an IPython bug, please report it at:
  32.    https://github.com/ipython/ipython/issues
  33. or send an email to the mailing list at ipython-dev@scipy.org
  34.  
  35. You can print a more detailed traceback right now with "%tb", or use "%debug"
  36. to interactively debug it.
  37.  
  38. Extra-detailed tracebacks for bug-reporting purposes can be enabled via:
  39.    c.Application.verbose_crash=True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement