Sanjay schrieb: > Is there any chance of problem using easy_install in stead of the > recommended ez_setup.py?
Yes, "easy_install TurboGears" will not install everything that "tgsetup.py" does, for example, it will not install SQLObject, so you will need to install that in a second step. Also, tgsetup.py will no where to look for all egg files, for easy_install you will need to point it to the turbogars download page with the -f option. The whole easy_install command, thus would be easy_install -Z -f http://turbogears.org/download/filelist.html \ TurboGears[standard] See also http://docs.turbogears.org/1.0/InstallOldVersions 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 -~----------~----~----~----~------~----~------~--~---

