Guest User

Untitled

a guest
Jul 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. David-Simmers-MacBook-Pro:hcq4-lc davids$ which python2.4
  2. /sw/bin/python2.4
  3. David-Simmers-MacBook-Pro:hcq4-lc davids$ python2.4
  4. Python 2.4.6 (#1, Nov 13 2009, 09:52:13)
  5. [GCC 4.2.1 (Apple Inc. build 5646)] on darwin
  6. Type "help", "copyright", "credits" or "license" for more information.
  7. >>> import bz2
  8. Traceback (most recent call last):
  9. File "<stdin>", line 1, in ?
  10. ImportError: No module named bz2
  11. >>>
Add Comment
Please, Sign In to add comment