Hi all, I was wondering how feasile it is it to install Django in a user account without root access. I followed the instruction at:
http://docs.djangoproject.com/en/dev/topics/install/#installing-development-version But I obviously cant do the following without root access ln -s `pwd`/django-trunk/django SITE-PACKAGES-DIR/django Whilst I can set the PYTHONPATH, I can't then write to PythonPath in the Apache configuration file. I generally place my html/php files in a public_html directory in my local account, but I see that mod_python 3.1 is installed, However I fear the network is locked down too tightly for me to experiment with Django - anyone care to comment on that? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---