On 8/22/09, rhh <[email protected]> wrote: > Can anyone provide me thoughts about the advisability of doing > something like this or things that I need to consider if I pursue it?
I can immediately say that it's a rather hard problem to automate. Good bet is relying on easy_install to install the packages automatically (you have to get familiar with setuptools for that). It's less pleasant for packages with no pypi/easy_install support. Optionally, you may want to read up on "buildout". If a "low tech" solution is ok for you, just download all the installers for "known good" versions of the packages, zip them up and create a script that installs every package in sequence (and advice the user to click "next" a lot if necessary. -- Ville M. Vainio http://tinyurl.com/vainio --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" 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/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
