> If you're going to install it as a python package, either install it to > the system or to the user that mod_wsgi executes under or into a python > virtualenv. Basically you need to ensure that it's on the python path > for the user running the wsgi. You can add additional paths to the wsgi > to make sure it gets picked up too. > I will try to install it for the apache user first, then I'll try the other options.
> I also assume that the django site that your wsgi script points at has > your app in the settings.py under Installed Apps. > Yes, that's all set correct. When I place the app into the folder directly then it all works out fine. Thanks for your time, especially since I am aware that this could have passed as a stupid/no-brainer question, but it was a roadblock to me but if this works out then I don't see any major problems anytime soon. Cheers! -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/RzBYT2B8-GEJ. 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/django-users?hl=en.

