On Thu, Apr 9, 2009 at 4:22 AM, Noah Gift <[email protected]> wrote: > anyway in my day job, I > am keen to work with a couple guys on making an extremely reliable > bootstrap environment for Python, perhaps Phil and Mike? I agree that > there should be zero assumptions other than your on OS X, Linux, or > Windows, and you have python2.4 or greater. All the necessary > materials will be in a single file like the go-pylons. I can start > this weekend if anyone wants to sprint on it.
I can work on it Friday evening (Saturday afternoon to you). Send me a spec of what you want to do. If we can make some Pylons tarballs while we're at it, so much the better. I only have Linux now; I sold my MacBook. Regarding Ben's comment, is it possible that Nose and Tempita were in the global site-packages? Maybe easy_install thought they were installed already, although you'd think it would say something about that. It seems that Tempita is a direct dependency of only Pylons and WebError. What happens if you create a new virtualenv and install only WebError? -- Mike Orr <[email protected]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
