I have installed docutils 0.4 for use with my dreamhosted Django sites.

I did not edit the .bash_profile like you.  Instead I ran "setup.py
install --prefix $HOME" which created the bin and lib dir right in
$HOME.  Then in my django.fcgi file I added
$HOME/lib/python2.3/site-packages/ to the PYTHONPATH like this.
sys.path += ['/home/MYUSER/lib/python2.3/site-packages']

That has worked for me.  I hope it works for you.  Good luck.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to