Eric Hawthorne wrote: > That's right. You run it twice! > > Now I'm going to go out on a limb and guess you only need to do that the > first time you run tgsetup.py on a machine, but for the love of god will > someone > please update the turbogears.org <http://turbogears.org> installation > instructions page to mention this. [Rant snipped]
Hi Eric, thanks for reporting this issue. I can understand your frustration, an you're right that such issues, if they can not be fixed, should be in the installation documentation. But has it occurred to you, that you may be actually the first one experiencing this problem AND reporting it? I myself never had this issue or heard about it, so I had no idea something was amiss and consequently didn't fix/document it. Now that somebody alerted me to the problem, I can look into it. I suspect that what you experienced has something to do with the version of setuptools tgsetup.py is pulling. It SHOULD pull the latest version, which is setuptools-0.6c11, but it didn't. Next time you try installing TG on another machine or in another virtual environment, try updating setuptools first with "easy_install -U setuptools". BTW, the installation page explicitly mentions the virtualenv method as the first and preferred one. Did you try that too? 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.

