Re: Installation without root access

2010-02-12 Thread orbital_fox
OK, here are the stuff ive discovered so far. I did the silly mistake of putting in the htaccess file.. If you are setting up a django app setting with htaccess you dont need the tag. Just the directives inside. Also the Python directives are not recognised because the mod_python is not install

Re: Installation without root access

2010-02-12 Thread orbital_fox
I have managed to install django to a certain extend. What i did was downloaded (wget) django to the server. Decompressed it and then the run: python setup.py install --home That way the django packages were installed in my folder. It worked for a while (import django) but now it has stopped. I th

Re: Installation without root access

2010-02-11 Thread James Bennett
On Thu, Feb 11, 2010 at 4:32 AM, orbital_fox 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, sp

Re: Installation without root access

2010-02-11 Thread Sam Lai
On 11 February 2010 21:32, orbital_fox wrote: > Is there a way and guides on how to install django without having root > access on a system? What are the requirements? The easiest way I think is to use virtualenv, which creates a virtual python environment in a directory that you have write acces

Re: Installation without root access

2010-02-11 Thread Jonas Obrist
orbital_fox wrote: Is there a way and guides on how to install django without having root access on a system? What are the requirements? With regards, Orbital Fox This is possible but not very nice. I run some sites off a shared hosting. You do need shell access though. Jonas -- You rece

Installation without root access

2010-02-11 Thread orbital_fox
Is there a way and guides on how to install django without having root access on a system? What are the requirements? With regards, Orbital Fox -- 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...@go