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-
> packages within python dir.
>
> So I looked into virtualenv (http://pypi.python.org/pypi/virtualenv)
> which creates isolated Python environments and I have that up and
> running.
>
> I just don't know how install Django and use that /ENV as the install
> instead of the main python dir.
>
> Any ideas or suggestions would be helpful.
What hosting mechanism are you using?
For some ideas see:
http://code.google.com/p/modwsgi/wiki/VirtualEnvironments
In particular take note of part about:
import site
site.addsitedir('/usr/local/pythonenv/PYLONS-1/lib/python2.5/site-
packages')
Graham
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---