2009/5/22 Warner Onstine <[email protected]>: > Hi all, > I'm having a problem installing couchapp. It keeps getting to this part: > Searching for simplejson > Reading http://pypi.python.org/simple/simplejson/ > Reading http://undefined.org/python/#simplejson > Best match: simplejson 2.0.9 > Downloading > http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.9.tar.gz#md5=af5e67a39ca3408563411d357e6d5e47 > Processing simplejson-2.0.9.tar.gz > Running simplejson-2.0.9/setup.py -q bdist_egg --dist-dir > /tmp/easy_install-8Qu0E7/simplejson-2.0.9/egg-dist-tmp-bjnKcE > No eggs found in > /tmp/easy_install-8Qu0E7/simplejson-2.0.9/egg-dist-tmp-bjnKcE (setup > script problem?) > error: Could not find required distribution simplejson > > I'm trying to install on Leopard, Intel box. > > Any help is greatly appreciated. I haven't been able to find much > online as of yet. > > -warner >
You could try to install simplejson from source. Download source and python setup.py install. Source is available here : http://pypi.python.org/pypi/simplejson/ - benoit
