Skip to content

Instantly share code, notes, and snippets.

@jpadilla
Created February 27, 2014 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpadilla/9243055 to your computer and use it in GitHub Desktop.
Save jpadilla/9243055 to your computer and use it in GitHub Desktop.
$ python3
Fatal Python error: Py_Initialize: unable to load the file system codec
LookupError: no codec search functions registered: can't find encoding
Abort trap: 6
$ python
Python 2.7.6 (default, Feb 18 2014, 11:14:59)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.2.79)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
Traceback (most recent call last):
File "/Users/jpadilla/.python-startup.py", line 2, in <module>
import readline
ImportError: No module named readline
>>> exit()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment