Tuesday, November 11, 2008

CJson

So I installed my first python module (other than django).
This involved the following steps:

  1. Download the module from the site:http://pypi.python.org/pypi/python-cjson/1.0.3
  2. Unzip and move to '/Library/Python/2.5/site-packages/'
  3. Go there in Terminal and inside the python-cjson directory run 'python setup.py install'. The README should indicate this, but this is one of those things that everyone should know, so why bother, right? Grrrr...


It works! and so does 'import cjson'!

No comments: