On Thu, Feb 11, 2010 at 4:32 AM, orbital_fox <orbital....@googlemail.com> wrote: > Is there a way and guides on how to install django without having root > access on a system? What are the requirements?
The single most useful thing you're going to be able to do for yourself is go work through the standard Python tutorial, specifically the part which covers the import path: http://docs.python.org/tutorial/modules.html#the-module-search-path You can put Django -- and any other Python code -- anywhere you like, so long as you set up the import path to include the place where you've put it. For bonus points, have a look at the distutils manual which will tell you how to do one-off installs of packages into a directory of your choice: http://docs.python.org/install/index.html#alternate-installation Or how to configure it to *always* install Python packages in a directory of your choice: http://docs.python.org/install/index.html#distutils-configuration-files -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.