Sending Dictionary via Network
Steve Holden
steve at holdenweb.com
Tue Oct 24 20:11:12 EDT 2006
mumebuhi wrote:
> The simplejson module is really cool and simple to use. This is great!
>
> For others who are just starting to use Python (like myself), simply
> download and decompress the source bundle then copy the simplejson
> directory to your sys.path (e.g. /usr/lib/python2.4/).
>
Alternatively, if you want a complete installation,
EITHER go to
http://cheeseshop.python.org/pypi/simplejson
download and extract the source then run
python setup.py install
in the extracted directory.
OR if you have easy_install, just run
easy_install simplejson
If you don't have easy_install, get it!
> Thanks so much, Bruno.
>
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden
More information about the Python-list
mailing list