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 > 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-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-i386.egg 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 -~----------~----~----~----~------~----~------~--~---

