Re: Problems with Apache + mod_python [SOLVED]

2008-03-29 Thread Ramiro Morales
On Fri, Mar 28, 2008 at 11:45 PM, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > > On Mar 29, 5:04 am, Slayer_X <[EMAIL PROTECTED]> wrote: > > Problem solved! > > > > I deleted the symlinks, delete de django-trunk dir and make a fresh > > install directly in > > > > /usr/lib/python2.4/site-p

Re: Problems with Apache + mod_python [SOLVED]

2008-03-28 Thread Graham Dumpleton
On Mar 29, 5:04 am, Slayer_X <[EMAIL PROTECTED]> wrote: > 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 What do you mean by 'make a fresh install directly in'? Do you mean you copied it in

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