mburst/problemotd

Python 3.x Requirements.txt

Opened this issue · 1 comments

Unable to install Django for python 3.4. Fails on line 18 of oauth2\setup.py.

print in 3.x must have ()'s instead of just "". A fix would be print("unable to find version is %s" % (VERSIONFILE,)). I don't know if you have access to these files or not however

Looks like oauth2 hasn't been used in awhile. I'm going to look in to seeing if the underlying social auth library really needs it. I don't think that it does. If it does I can try swapping it out for oauthlib. In the mean time it should compile on 2.7 if that's an option you have. When I originally started the code base Ubuntu's default was 2.x so that's what I went with.