On Thu, Nov 19, 2009 at 7:26 PM, Karen Tracey <kmtra...@gmail.com> wrote:

>
>
> So I guess you are looking to pull django and satchmo out of
> /var/www/vhosts/hobbygiochi.com/django/, not /var/www/vhosts/
> detectorpoint.com/django/.  I'd guess the detectorpoint.com paths are
> already in sys.path when your wsgi script runs, and they aren't being
> over-ridden because you append to the existing path instead of putting the
> paths you are adding in front.
>
>
I thought the same thing, but this is my python path as django error
trackback:

['/var/www/vhosts/hobbygiochi.com/django/projects/', '/var/www/vhosts/
hobbygiochi.com/django/django_src/', '/var/www/vhosts/
hobbygiochi.com/django/satchmo_src/', '/var/www/vhosts/
hobbygiochi.com/django/libraries/',
'/usr/lib/python2.4/site-packages/setuptools-0.6c9-py2.4.egg',
'/usr/lib/python2.4/site-packages/MySQL_python-1.2.2-py2.4-linux-i686.egg',
'/usr/lib/python2.4/site-packages/pycrypto-2.0.1-py2.4-linux-i686.egg',
'/usr/lib/python24.zip', '/usr/lib/python2.4',
'/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk',
'/usr/lib/python2.4/lib-dynload', '/usr/lib/python2.4/site-packages',
'/usr/lib/python2.4/site-packages/Numeric',
'/usr/lib/python2.4/site-packages/PIL',
'/usr/lib/python2.4/site-packages/gtk-2.0']

is it possible that different apache vhosts share the same pythonpath also
if configuration is different?
how can I check that?

-- 
Alessandro Ronchi

SOASI
Sviluppo Software e Sistemi Open Source
http://www.soasi.com
http://www.linkedin.com/in/ronchialessandro

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=.


Reply via email to