anyone here have experience getting satchmo to work on mod_wsgi --
even better if they're running on joyent?

from the command line, I can run the server and everything is found.
but in my django.wsgi script I find i'm having to specify each egg
individually.  Is that right?  Should I have to do that?

I've got sys.path.append('path/to/project') and then a sys.path.insert
(0, '/path/to/my/virtualen/site-packages/')  but when I hit it via
apache I get an Internal Server error and it can't seem to find the
threaded_multihost middleware stuff, which happens to be in my site-
packages as an egg.

If i remove the egg and instead "link" to it -- its gets by that but
then barks about satchmo_store SSLMiddleware.

Any ideas as to what the heck I'm missing?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to