Estoy siguiendo las instrucciones en la página de phith github Navego hasta el directorio phpsh y ejecuto
Python setup.py build
y me sale este error
Traceback (most recent call last):
File "setup.py", line 13, in <module>
p = Popen(["make", "-C", make_dir])
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 679, in __init__
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1228, in _execute_child
OSError: [Errno 2] No such file or directory
parece que los archivos en mi directorio de python realmente terminan en pyo ...
no estoy seguro de qué hacer al respecto