Re: Problems with Apache + mod_python

2008-03-27 Thread Slayer_X
Hi, sorry for the delay On Mar 16, 2:45 pm, prz <[EMAIL PROTECTED]> wrote: > are you sure you have django directory _IN_ > > /usr/lib/python2.4/site-packages/django Yes, I have the django directory > or is it only > > /usr/lib/python2.4/site-packages/django/core/handlers/modpython.py -- I have

Re: Problems with Apache + mod_python

2008-03-28 Thread Slayer_X
Hi everyone! > Michael Wieher wrote: > Get rid of your installation of django and re-install it. --- done >To test it, go to any unrelated location in your file-system (ie: cd /usr >or cd /var or something, start up python and import django.) --- I can import django without errors >Also, be su

Re: Problems with Apache + mod_python

2008-03-28 Thread Slayer_X
Hi everyone! > Michael Wieher wrote: > Get rid of your installation of django and re-install it. --- done >To test it, go to any unrelated location in your file-system (ie: cd /usr >or cd /var or something, start up python and import django.) --- I can import django without errors >Also, be su

Re: Problems with Apache + mod_python

2008-03-28 Thread Slayer_X
Hi everyone! > Michael Wieher wrote: > Get rid of your installation of django and re-install it. --- done >To test it, go to any unrelated location in your file-system (ie: cd /usr >or cd /var or something, start up python and import django.) --- I can import django without errors >Also, be su

Re: Problems with Apache + mod_python [SOLVED]

2008-03-28 Thread Slayer_X
Problem solved! I deleted the symlinks, delete de django-trunk dir and make a fresh install directly in /usr/lib/python2.4/site-packages/django In my Apache conf I use this path PythonPath "['/'] + sys.path" And now Django is working :-D Thanks a lot for your help César PD: Sorry for my ba