Advertisement
Guest User

Untitled

a guest
Sep 25th, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ~ # python
  2. Python 2.7.2 (default, Mar 6 2014, 19:11:50)
  3. [GCC 4.6.2] on linux3
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> import curses
  6. Traceback (most recent call last):
  7. File "<stdin>", line 1, in <module>
  8. File "/usr/lib/python2.7/curses/__init__.py", line 15, in <module>
  9. from _curses import *
  10. ImportError: No module named _curses
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement