On 4/3/06, Ben Bangert <[EMAIL PROTECTED]> wrote: > There's a big caveat though that we've run into. First, I'd advise > against using a setuptools namespace package. It's caused more than a > few headaches in installation and dependencies with Paste, so I'd > consider it a last resort type of thing. Second, the more dependencies > you have, the greater the risk of a failed install due to either > setuptools not being able to find the package, or the package > disappearing (guess that's the same).
OK. That's good to know about the namespace package. I won't even bother, then, because it's not critical. TurboGears.org already has a download page with all of the eggs listed on it, basically for the reasons you cite. (In fact, the easy_install command that we give is easy_install -f http://www.turbogears.org/preview/download/ TurboGears.) Kevin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk -~----------~----~----~----~------~----~------~--~---
