chell schrieb: > I'm running Mac OS X here. Since I already had easy_install, I just > ran sudo easy_install \ > --script-dir /usr/local/bin TurboGears. It didn't give me any error. > But when I run "tg-admin quickstart", I get the following error: > > import sqlobject > ImportError: No module named sqlobject
If you use easy_install, you have to specify that you want the "standard" component of TurboGears to get SQLObject. $ [sudo] easy_install --prefix /usr/local -f http://www.turbogears.org/download/index.html TurboGears[standard] With tgsetup.y you don't need that. 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 -~----------~----~----~----~------~----~------~--~---

