Re: uWSGI ModuleNotFoundError Django 1.11

2017-06-02 Thread F. Nikita Thomas
much for all your help, you've made a rough time go a lot smoother. On Thursday, June 1, 2017 at 1:53:37 PM UTC-4, F. Nikita Thomas wrote: > > Hi! > I'm having a problem with configuring uWSGI with Django, when I run the > development server everything 'seems' okay,

Re: uWSGI ModuleNotFoundError Django 1.11

2017-06-02 Thread F. Nikita Thomas
he correct version which *python3.6*, which is different from the system wide version, Cent OS uses it for yum I believe. Please notice my directory layout is different from what was quoted by Melvyn, could this be the issue? Thanks! On Thursday, June 1, 2017 at 1:53:37 PM UTC-4, F. Nikita Thomas wr

Re: uWSGI ModuleNotFoundError Django 1.11

2017-06-01 Thread F. Nikita Thomas
e : https://www.digitalocean.com/community/tutorials/how-to-use-mysql-or-mariadb-with-your-django-application-on-ubuntu-14-04 On Thursday, June 1, 2017 at 5:47:25 PM UTC-4, F. Nikita Thomas wrote: > > No such thing as a dumb question, how do I check? > > On Thursday, June 1, 2017 at 5:36:23 PM

Re: uWSGI ModuleNotFoundError Django 1.11

2017-06-01 Thread F. Nikita Thomas
No such thing as a dumb question, how do I check? On Thursday, June 1, 2017 at 5:36:23 PM UTC-4, James Schneider wrote: > > *** Operational MODE: single process *** >> Traceback (most recent call last): >> File "./project/wsgi.py", line 12, in >> from django.core.wsgi import get_wsgi_appl

Re: uWSGI ModuleNotFoundError Django 1.11

2017-06-01 Thread F. Nikita Thomas
the virtualenv? I haven't had this much fun since I had my wisdom teeth removed Thanks again! On Thursday, June 1, 2017 at 2:27:28 PM UTC-4, Melvyn Sopacua wrote: > > On Thursday 01 June 2017 10:47:05 F. Nikita Thomas wrote: > > > Hi! > > > I'm having a problem

uWSGI ModuleNotFoundError Django 1.11

2017-06-01 Thread F. Nikita Thomas
Hi! I'm having a problem with configuring uWSGI with Django, when I run the development server everything 'seems' okay, except that I am missing styling on the html, and when I test run uWSGI from the command line I get: (projectenv) [user@echo project]$ uwsgi --http :8000 --chdir /home/user/