Kattni schrieb: > One of the errors I ran into was identified as missing the x-code > install. (I forgot I didn't have it installed anymore.. HDD failure.) > > My question is, besides x-code, what, if anything else, do I need to > install to setup the environment for running TurboGears and Python? > > Python is at 2.5.
I can't b 100% sure, because I have only OSX 10.4, but normally you need only Python 2.4/2.5 (the latter is pre-installed on Leopard) and X Code. As of today, on Leopard, you don't need X Code anymore, because there are binary eggs for Python 2.5 available. But you must use tgsetup.py to install (or use the "-f http://turbogears.org/download/filelist.html" option to easy_install). In the future, when newer versions of C-extension packages, that need to be compiled (Cheetah, PyProtocols, RuleDispatch, simplejson), are required by TurboGears, installation without X Code may break again, when we don't provide newer binary eggs. I'm not sure, if any of the core developers has access to OSX 10.5. Anybody wants to volunteer as a Mac OS X package maintainer? 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 -~----------~----~----~----~------~----~------~--~---

