On Wed, Jan 28, 2009 at 10:50 AM, rcmn <[email protected]> wrote: > > I do not have a direct access to internet . How ever i can download > from internet and make the install pkg available. I tried yesterday to > change the install script ,download some package and make them > available on my own machine via http with a miniwebserver. It start to > work and i can probably make it happen but it's a lot of time > consuming just to try an apps. > > Any easy way to accomplish the install ??? my platform is Win$$$.
All the dependencies are hosted at http://pylonshq.com/download/ (for 0.9.7; 0.9.6 is at /download/0.9.6/). You should be able to use a recursive-downloading program like wget to get them all in one step, transfer this directory to your computer, and then use the easy_install options to install from this directory. easy_install -f /archive/directory -H '' Pylons (-H means connect only to the following remote hosts, in this case none.) -- 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 -~----------~----~----~----~------~----~------~--~---
