Greg, Thank you for the quick reply. I got the following while checking the path:
>>> [EMAIL PROTECTED] ~]$ python Python 2.5.1 (r251:54863, May 4 2007, 14:56:43) [GCC 4.1.1 20061011 (Red Hat 4.1.1-30)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> print sys.path ['', '/usr/local/lib/python25.zip', '/usr/local/lib/python2.5', '/usr/ local/lib/python2.5/plat-linux2', '/usr/local/lib/python2.5/lib-tk', '/ usr/local/lib/python2.5/lib-dynload', '/usr/local/lib/python2.5/site- packages'] >>> [EMAIL PROTECTED] ~]$ $PATH -bash: /usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/rxferoli/ bin: No such file or directory >>> [EMAIL PROTECTED] ~]$ whereis python python: /usr/bin/python /usr/bin/python2.4 /usr/lib/python2.4 /usr/ local/bin/python /usr/local/bin/python2.5-config /usr/local/bin/ python2.5 /usr/local/lib/python2.5 /usr/include/python2.4 /usr/share/ man/man1/python.1.gz I am a linux and python newbie so I appreciate this hand-holding for now. I am a bit confused. The sys.path is showing no signs of python2.4, the $PATH is fist listing /usr/local/bin where python2.5 is located; but whereis is definitely showing python2.4 first. Where should I go to adjust this? Thanks, - rolly On May 7, 9:39 am, "Greg Donald" <[EMAIL PROTECTED]> wrote: > On 5/7/07, RollyF <[EMAIL PROTECTED]> wrote: > > > How do I configure Apache2 or mod_python to use Python 2.5? > > Adjust your paths so the place where you installed your new Python 2.5 > is ahead of your old Python's path. > > -- > Greg Donaldhttp://destiney.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---