Hi All,
I am new to Django as well as to Satchmo. I installed Django last week
on my dedicated virtual server at Media Temple. After installation of
Djanog I followed up with a Satchmo install. My Django install was
successful, unfortunately, satchmo, not so much. I added app_plugins
to my symbolic link but still get an error. I also configured my conf
file.
// vhost.conf - CONF SETUP
<Location "/">
SetHandler python-program
PythonPath "['/var/django-projects'] + sys.path"
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE mystore.settings
SetEnv PYTHON_EGG_CACHE /var/django-projects/mystore/
cache_directory
PythonDebug on
PythonInterpreter mystore
</Location>
<Location "/media">
SetHandler None
</Location>
<LocationMatch "\.(jpg|gif|png)$">
SetHandler None
</LocationMatch>
/// ERROR I'M RECEIVING
Mod_python error: "PythonHandler django.core.handlers.modpython"
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line
299, in HandlerDispatch
result = object(req)
File "/usr/lib/python2.4/site-packages/django/core/handlers/
modpython.py", line 228, in handler
return ModPythonHandler()(req)
File "/usr/lib/python2.4/site-packages/django/core/handlers/
modpython.py", line 191, in __call__
self.load_middleware()
File "/usr/lib/python2.4/site-packages/django/core/handlers/
base.py", line 40, in load_middleware
raise exceptions.ImproperlyConfigured, 'Error importing
middleware %s: "%s"' % (mw_module, e)
ImproperlyConfigured: Error importing middleware
satchmo_store.shop.SSLMiddleware: "No module named app_plugins"
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---