I've been watching this and keeping my mouth shut.

Enough.

Good God, Man...        (Courtesy of Dr. McCoy 
http://en.wikipedia.org/wiki/Leonard_McCoy)

Please figure out where you're at and what you're doing before you allow 
yourself to even think about deploying anything vaguely resembling a "Store" 
for an actual customer.

With your level of knowledge, deploying a Django app of any substance, much 
less a web store, would be bordering on criminal.

S

On Dec 12, 2010, at 8:05 PM, j wrote:

> Wow, loading the parent directory like you suggested got rid of the "Could 
> not import settings 'store.settings' (Is it on sys.path? Does it have syntax 
> errors?): No module named store.settings" error. So I think that's huge 
> progress in getting this app up and running. \o/
> 
> The server logs give me this:       
> 
> mod_wsgi (pid=6454): Exception occurred processing WSGI script 
> '/srv/www/duckling.org/store/wsgi-scripts/django.wsgi'.
> [Sun Dec 12 16:47:26 2010] [error]  Traceback (most recent call last):
> [Sun Dec 12 16:47:26 2010] [error]  File 
> "/usr/local/lib/python2.6/dist-packages/django/core/handlers/wsgi.py", line 
> 230, in __call__
> [Sun Dec 12 16:47:26 2010] [error]      self.load_middleware()
> [Sun Dec 12 16:47:26 2010] [error]    File 
> "/usr/local/lib/python2.6/dist-packages/django/core/handlers/base.py", line 
> 42, in load_middleware
> [Sun Dec 12 16:47:26 2010] [error]      raise 
> exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' % 
> (mw_module, e))
> [Sun Dec 12 16:47:26 2010] [error]    ImproperlyConfigured: Error importing 
> middleware satchmo_store.shop.SSLMiddleware: "No module named 
> satchmo_store.shop.SSLMiddleware"
> 
> I wonder if this is a Satchmo issue now? (because something is not loading 
> from SSLMiddleware) or maybe I need to tell Mod_wsgi where it's at? I'm think 
> the latter but I'm not sure. I'm going to think about this before I make any 
> changes as I think I'm making some progress in getting this django app up and 
> running. In my opinion, that it got rid of the "cannot load store.settings" 
> is very encouraging.
> 
> Would you suggest in finding what module this is and where it's at on my 
> system, then 1) seeing if it's installed (my app runs fine on test server but 
> not sure it it's simply running without this module) and 2) If it is 
> installed find the path and load it into the my django.wsgi file by way of 
> sys.append?
> 
> Thanks again!
> Jim
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "modwsgi" 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/modwsgi?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" 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/modwsgi?hl=en.

Reply via email to