Orbited encodes data as JSON, using a library called demjson. If you
are looking for ways to speed up your project, try installing a super-
fast C-based JSON library such as cjson or simplejson. Remember
easy_install? It works here, too:
easy_install cjson
^^^^
Here was my attempt:
localhost django-registration # easy_install cjson
Searching for cjson
Reading http://pypi.python.org/simple/cjson/ Couldn't find index page for 'cjson' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/ No local packages or download links found for cjson
error: Could not find suitable distribution for Requirement.parse
('cjson')
localhost django-registration #
Is the documentation missing something or making an assumption about
the installed base?
Jacob Rus
unread,
Oct 22, 2009, 4:01:26 AM10/22/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to orbite...@googlegroups.com
John Poole wrote: > [...] > easy_install cjson > > Searching for cjson [...]
> No local packages or download links found for cjson
> Cjson can apparently be found (per the first link in a google search
> for 'cjson') at
> <http://pypi.python.org/pypi/python-cjson>
>
> For me, `easy_install python-cjson` works great.
>
Perfect. I also did not know about the "-f" parameter, and that's
something valuable to know.
Thank you!
> needs to be updated as follows:
> "easy_install cjson" to "easy_install python-cjson".
>
> On Oct 22, 1:01 am, Jacob Rus <jacobo...@gmail.com> wrote:
> ...[snip]
>
> > Cjson can apparently be found (per the first link in a google search
> > for 'cjson') at
> > <http://pypi.python.org/pypi/python-cjson>
>
> > For me, `easy_install python-cjson` works great.
>
> Perfect. I also did not know about the "-f" parameter, and that's
> something valuable to know.
> Thank you!
>
> localhost / # easy_install python-cjson
> Searching for python-cjson
> Readinghttp://pypi.python.org/simple/python-cjson/