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

--~--~---------~--~----~------------~-------~--~----~
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