Hi Nick, In my limited experience, you seem to have two options:
1. You can switch to another host who will grant you root access (such as linode.com) and proceed to install django and python with the required dependencies. OR You can downgrade to Python 2.7 and use django 1.7 with your current BlueHost plan. The issue of not having root access will however remain. I hope this will help you in choosing a way forward and to getting your project completed. Best regards, Devrhoid On Apr 12, 2016 1:27 PM, "Nick Jenkins" <[email protected]> wrote: > I've been developing a site with Django 1.9 with Python3 and I'm hitting a > wall when trying to deploy it to a hosting service. I currently have a > shared service plan through BlueHost and I'm having trouble getting > everything to work right. In talking with BlueHost they stated they only > support Python 2.7 and Django 1.4. So, I'm trying to determine how best to > proceed. > > After reading many old walkthoughs on Django installs here's is what I've > tried so far: > 1. I was able to get Python 3.5 and Django 1.9 installed as a local > source. Then after an error 500 page, I realized FastCGI was not longer > supported. > 2. Then after many linking errors I was able to get mod_wsgi installed > with Python3.5 having shared libraries. The trouble is BlueHost shared > services doesn't have root access. > > (That list seems so short when compared to the actual time and number of > tries it took to get this far) > > I guess the question I'm trying to ask is: Should I switch hosting > companies, stay with Bluehost and upgrade to a VPS or am I missing > something simple in the configuration and I can actually get this whole > mess to work? > > Any help would be appreciated. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/85426dfd-5252-4a02-9b21-6eb07d3b6b45%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/85426dfd-5252-4a02-9b21-6eb07d3b6b45%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAH5S8Zgbsu6EOuxWCFQY%2B1JhDB%2BJcwGDAwL0pJcP9i9jCXy_WQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

