せかいや

いまいるここを、おもしろく http://sekai-in-the-box.appspot.com/

simplejson-3.3.0 のインストールでこけた話

カレントディレクトリには注意しましょう。

■エラー

C:\Python27\Scripts>python C:\PythonLib\simplejson-3.3.0\setup.py install
Traceback (most recent call last):
File "C:\PythonLib\simplejson-3.3.0\setup.py", line 14, in
with open('README.rst', 'r') as f:
IOError: [Errno 2] No such file or directory: 'README.rst'

■ディレクトリを移動

C:\Python27\Scripts>cd C:\PythonLib\simplejson-3.3.0

C:\PythonLib\simplejson-3.3.0>python C:\PythonLib\simplejson-3.3.0\setup.py ins
tall
running install
running build