> 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 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 ... > 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 -~----------~----~----~----~------~----~------~--~---

