no go on the easy install here is the output sudo easy_install http://files.turbogears.org/eggs/simplejson-1.9.1-py2.5-macosx-10.5-i386.egg Password: Downloading http://files.turbogears.org/eggs/simplejson-1.9.1-py2.5-macosx-10.5-i386.egg Processing simplejson-1.9.1-py2.5-macosx-10.5-i386.egg Removing /Library/Python/2.5/site-packages/simplejson-1.9.1-py2.5- macosx-10.5-i386.egg Moving simplejson-1.9.1-py2.5-macosx-10.5-i386.egg to /Library/Python/ 2.5/site-packages Adding simplejson 1.9.1 to easy-install.pth file
Installed /Library/Python/2.5/site-packages/simplejson-1.9.1-py2.5- macosx-10.5-i386.egg Processing dependencies for simplejson==1.9.1 Searching for simplejson==1.9.1 Reading http://pypi.python.org/simple/simplejson/ Reading http://undefined.org/python/#simplejson Best match: simplejson 1.9.1 Downloading http://pypi.python.org/packages/source/s/simplejson/simplejson-1.9.1.tar.gz#md5=d2ee608bdf6397b82a7cd53c8602b29e Processing simplejson-1.9.1.tar.gz Running simplejson-1.9.1/setup.py -q bdist_egg --dist-dir /tmp/ easy_install-BTvKYn/simplejson-1.9.1/egg-dist-tmp-oRyoQ2 No eggs found in /tmp/easy_install-BTvKYn/simplejson-1.9.1/egg-dist- tmp-oRyoQ2 (setup script problem?) error: Could not find required distribution simplejson==1.9.1 I have already installed xcode but I know nothing about it. I'm going to abort on this try something easier ... i'll be back after I can more experience thanks larry On Jun 30, 3:09 pm, Christopher Arndt <[EMAIL PROTECTED]> wrote: > dbmuse schrieb: > > > > > i'm newbie with macs and nix > > here is the output from the install: > > error towards end of file.. > > > sudo python tgsetup.pyTurboGears Installer > > Beginning setuptools/EasyInstall installation and TurboGears download > [...] > > > Installed /Library/Python/2.5/site-packages/TurboCheetah-1.0-py2.5.egg > > Searching for simplejson>=1.3 > > Readinghttp://pypi.python.org/simple/simplejson/ > > Readinghttp://undefined.org/python/#simplejson > > Best match: simplejson 1.9.1 > > Downloadinghttp://pypi.python.org/packages/source/s/simplejson/simplejson-1.9.1.... > > Processing simplejson-1.9.1.tar.gz > > Running simplejson-1.9.1/setup.py -q bdist_egg --dist-dir /tmp/ > > easy_install-FUsO7T/simplejson-1.9.1/egg-dist-tmp-hAHO7M > > No eggs found in /tmp/easy_install-FUsO7T/simplejson-1.9.1/egg-dist- > > tmp-hAHO7M (setup script problem?) > > error: Could not find required distribution simplejson>=1.3 > > That's very strange. easy_install seems not to find/use the binary eggs > for simplejson 1.9.1 for Mac OS X 10.3/4 and 10.5 which we provide at > turbogears.org. > > Can you test, if the following command to manually install simplejson > works for you? > > easy_install > \http://files.turbogears.org/eggs/simplejson-1.9.1-py2.5-macosx-10.5-i... > > If that doesn't work, the binary eggs we provide do not work with your > system. You can try to install Xcode from your Mac OS DVD and run the > installation process again, that the simplejson package will be built > from source. > > Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

