Hi Yves, On Mon, Mar 2, 2009 at 8:56 PM, yvesm <[email protected]> wrote: > > >> Have you taken a look at Sanjiv's installer work, > > Yes indeed. He's basically copying files in the Lib and Scripts > dirs. I'd rather have virtualenv create the (de)activate.bat files
You are right. I am basically creating a virtualenv with all the required packages, making sure everything works as expected and then sharing the virtualenv with others using the installer :) This is a much simpler process and is aimed at getting users started with TG2 on a working virtualenv. > itself rather than copying it, but the darn space issue in path names > will probably force me to copy files in the end. I'm trying to have > virtualenv create a true usable venv that I can use easy_install -f > with. My idea was to download eggs to some directory, run virtuelaenv > and then run the venv easy_install on that directory only (no > internet). I'm probably trying to use two installer systems at the > same time here ... I think what you are trying to achieve is documented here http://docs.turbogears.org/1.0/OfflineInstall regards Sanjiv > > >> also Florent has a project called pylunch. I believe the first solves your >> issue and the >> second will help you build the py2exe part of the platform. > > Will look at Florent's project, thanx. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

