Re: Installing Django via virtualenv

2008-05-30 Thread GetFresh
Thanks for the reply Graham. I have found a bit of a solution. I symlinked my django folder into the virtualenv folder. I can successfully startup the server but I can't seem to view it in my browser. Possibly a problem with Apache. I'll have to double check to see if mod_python is being used.

Re: Installing Django via virtualenv

2008-05-30 Thread Graham Dumpleton
On May 31, 6:07 am, GetFresh <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm trying to install Django on my web host but I'm running into some > problems. > > When I initial tried to run the install ( pyhon setup.py install). > The Django dir was created but it could not be copied to the /site

Installing Django via virtualenv

2008-05-30 Thread GetFresh
Hi everyone, I'm trying to install Django on my web host but I'm running into some problems. When I initial tried to run the install ( pyhon setup.py install). The Django dir was created but it could not be copied to the /site- packages within python dir. So I looked into virtualenv (http://pyp