pyvideo / richard

video indexing site
Other
216 stars 55 forks source link

Add support for Python 3 #225

Closed treyhunner closed 10 years ago

treyhunner commented 10 years ago

This relies on the unreleased django-browserid master branch and the unreleased django-eadred master branch which can be installed via:

pip install -U https://github.com/mozilla/django-browserid/archive/master.zip
pip install -U https://github.com/willkg/django-eadred/archive/master.zip
willkg commented 10 years ago

I just pushed out django-eadred v0.3.

willkg commented 10 years ago

Also, @osmose just did a django-browserid v0.10 release. I think that'll fix some/all of the travis-ci issues I saw.

treyhunner commented 10 years ago

Just updated setup.py to reference django-eadred 0.3 and django-browserid 0.10. The tests should pass now.

willkg commented 10 years ago

You rock! I'll finish working through this right now.

willkg commented 10 years ago

So, "right now" turned out to be a promise I didn't fulfill. I'm having a crazy day today and this weekend is busy. I will make an effort to make sure I get through this in the next week. Really sorry about that!

willkg commented 10 years ago

Everything looks good here! I'll take out that errant print statement in a followup commit--that shouldn't have been there.

Thank you!