On Thu, Apr 9, 2009 at 1:22 PM, Noah Gift <[email protected]> wrote:
> Because I am working on bootstrapping issues 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. Noah, I have worked on a packaging solution for creating portable executables for windows out of python programs. My focus was TurboGears2, Pylons and, on another level Twisted + pyGTK apps. I use this tool in production to deploy application on Citrix farm for hundred of users across the world (the pyGTK guis, not the tg2 apps...) and it "just works" for our needs: http://bitbucket.org/faide/pylunch/ This is windows centric in many (hard coded) ways but it could be interesting to work together and extend the concept or reuse some parts to support other plateforms. If you want to take a look, begin by reading the sphinx generated docs from here: http://code.google.com/p/pylunch/downloads/list Pylunch is more geared toward packaging and providing "ready to use finished apps", but I would be interested to work on a more reliable "install the framework for dev purposes" way also. Florent. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
