On 2 Jun 2006, at 18:31, [EMAIL PROTECTED] wrote: > 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.
At last it works! Thanks a lot!!! Thank you Waylan for the explanation too! --Remi --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

