I think I know what happened, The problem is in my Apache httpd-
vhost.conf. there is:
<Location "/">
SetHandler python-program
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE mystore.settings
PythonOption django.root d:/project
PythonInterpreter site
PythonDebug Off
PythonPath "sys.path + ['d:/project']"
</Location>
"PythonOption django.root d:/project"
when I remove the "d:/project" after the "PythonOption django.root",
everything works find
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---