Re: sandbox install of Django?

2009-03-18 Thread James Bennett
On Wed, Mar 18, 2009 at 3:00 PM, bob <rbr...@yahoo.com> wrote: > Is there an option to install Django into a sandbox area, and if so, > would it work? Python's distutils module is configurable in a variety of ways, including where it puts the packages it installs. You can use ei

Re: sandbox install of Django?

2009-03-18 Thread Kai Diefenbach
Hi, On 18 Mrz., 21:00, bob <rbr...@yahoo.com> wrote: > Is there an option to install Django into a sandbox area You may take a look at virtualenv: http://pypi.python.org/pypi/virtualenv Regards Kai -- http://www.getlfs.com --~--~-~--~~~---~--~~ You

sandbox install of Django?

2009-03-18 Thread bob
My hosting service (webhostingpad.com) doesn't have a canned script that will install Django. But they do have Python 2.4.3 and I can ssh into a shell. I don't have permission to write to the site-packages directory, so I can't use the usual install script. Is there an option to install Django