On May 29, 3:28 am, Armin Ronacher <[email protected]> wrote: > On May 26, 1:44 am, "[email protected]" <[email protected]> wrote: > > how can i install Werkzeug without using easy_install? > > machine is not on internet and i don't want setup_tools on it. > > You can't. Use a virtualenv with setuptools in there. Instead of > setuptools you can also use distribute. Neither of which require a > standing internet connection, so what is the issue with setuptools?
I ws under the incorrect impression setuptools required a internet connection. As you point out, Werkzeug installed fine without it. > Prebuild documentation is available for download on the documentation > page. Oops, don't know how I missed that. Everything installed and working now. Thanks. -- You received this message because you are subscribed to the Google Groups "pocoo-libs" 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/pocoo-libs?hl=en.
