Untitled

By Morose Penguin, 10 Years ago, written in Plain Text, viewed 636 times.
URL http://pb.stoleyour.com/view/5cb59d6a Embed
Download Paste or View RawExpand paste to full width of browser
  1. [root@potato twitter]# python twert.py -o
  2. Traceback (most recent call last):
  3.   File "twert.py", line 3, in <module>
  4.     import twert_helper
  5.   File "/opt/twitter/twert_helper.py", line 4, in <module>
  6.     import db_manager
  7.   File "/opt/twitter/db_manager.py", line 4, in <module>
  8.     import sqlite3
  9.   File "/opt/python2.7.2/lib/python2.7/sqlite3/__init__.py", line 24, in <module>
  10.     from dbapi2 import *
  11.   File "/opt/python2.7.2/lib/python2.7/sqlite3/dbapi2.py", line 27, in <module>
  12.     from _sqlite3 import *
  13. ImportError: No module named _sqlite3

Reply to "Untitled"

Here you can reply to the paste above