Untitled

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

Reply to "Untitled"

Here you can reply to the paste above