I can try to poke around our setup. We run our store on mod_wsgi, but as I'm
not the sysadmin, I don't handle that part of the job. I'll look into it and
try to get back with what I found as soon as possible.

On Mon, Sep 21, 2009 at 5:30 PM, lifewithryan <[email protected]>wrote:

>
> 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