On Thu, Feb 5, 2009 at 5:59 PM, djandrow <andrewkenyon...@gmail.com> wrote:

>
> Thanks, that has helped me quite abit. But I still have one issue.
> When trying to look at the pages I create I get the following:
>
> Traceback (most recent call last):
>
>  File "C:\ProgLangs\Python25\Lib\site-packages\mod_python
> \importer.py", line 1537, in HandlerDispatch
>    default=default_handler, arg=req, silent=hlist.silent)
>
>  File "C:\ProgLangs\Python25\Lib\site-packages\mod_python
> \importer.py", line 1202, in _process_target
>    module = import_module(module_name, path=path)
>
>  File "C:\ProgLangs\Python25\Lib\site-packages\mod_python
> \importer.py", line 304, in import_module
>    return __import__(module_name, {}, {}, ['*'])
>
> ImportError: No module named django.core.handlers.modpython.
>
> This I guess is because I do not have django in my Python25
> installation. It is installed within thePython 26 installation. Is
> there any way to easily change this or would it be easier for me just
> to install django with Python25 as well?
>
> Thank you
>
> >
>
The best solution(IMO), is to put it in some neutral location and to either
symlink it to both 2.5 and 2.6 or just add that location to your
PYTHONPATH(which is version neutral).

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to