Paulino wrote: > It claims there are modules missing. Do I have to isntall turbogears > for evry user's profile?
No, not if you install it to the sytem-wide Python library directory. > I particular it caims about configobj and paste not being installed. > > Aren't all modules installed in the c:\python25\ directory? They should be, unless a) you provide a different path with --installdir, --prefix or --home when using easy-install or setup.py. b) you have a distutils configuration file [1], which sets one of the above options. c) you use a tool like workingenv/virtualenv or virtual python. So, how did you install said modules? Another problem might be, if you used "python setup.py develop" to install a SVN checkout, the checkout directory might not be readable by other users. "python setup.py develop" only installs a "link" to the checkout directory in the Python library directory. Chris [1] http://www.python.org/doc/current/inst/config-syntax.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

