On 1/3/07, chiangf <[EMAIL PROTECTED]> wrote:
Sorry, I'm a little confused... what I did previously was the following: -wget tg_setup.py from turbogears website, and python tg_setup.py Hmm, I thought I did a bit more, but that's all I remember now. I didn't use easy_install at all, I don't think.
sorry I forgot about that little script.if you read tg_setup it calls easy_install, they are the same method. but that means you didn't install TG from the package manager which is what I understand in the first place. currently there is a problem with setuptools package deployment and most (all that I know) distros, since setuptools is it's "own package manager" and that distro's don't like this much so they install files as simple distutils modules, long story short stuff installed with setuptools (easy_install, tg_setup,etc) tends to not work with stuff installed with package managers because most handle the .pth files in a different way. So at the moment I suggest you go 100% distro's package manager or 100% setuptools (I recommend this one better) by 100% I'm referring to all modules that TG needs. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

