Hi! I deployed my app using Apache and mod_python and have the same problem as described in Ticket #4889. (ViewDoesNotExist-Exception; module object has no attribute models), but every combination of PythonPath-Entries didn't help.
Something "strange": After calling the Django-Admin-App (http://url/admin) - which works fine, my webapp also works without the ViewDoesNotExist-Exception until I restart the Apache-Server... Here my actual apache configuration: <VirtualHost *> ... <Location "/"> SetHandler python-program PythoNhandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE projectname.settings PythonPath "['/project_parent','/project_parent/project'] + sys.path" PythonDebug On </Location> </VirtualHost> Perhaps someone has an idea what to try... Thank You! Oliver --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---