catalpainternational / HarukaSMS

12 stars 3 forks source link

Tests / missing dependency: "rosetta" #32

Closed msabramo closed 12 years ago

msabramo commented 12 years ago

I think requirements.txt might be missing a dependency...?

Saw the job posting on djangojobs.org and decided to check out the project and see if it was something I would feel comfortable working on. I ran into some trouble early on though:

(haruka.venv)[last: 0] marca@SCML-MarcA:~/dev/git-repos/HarukaSMS$ python manage.py test
Error: No module named rosetta
(haruka.venv)[last: 1] marca@SCML-MarcA:~/dev/git-repos/HarukaSMS$ pip install rosetta
Downloading/unpacking rosetta
  Could not find any downloads that satisfy the requirement rosetta
No distributions at all found for rosetta
Storing complete log in /Users/marca/.pip/pip.log
(haruka.venv)[last: 13] marca@SCML-MarcA:~/dev/git-repos/HarukaSMS$ python manage.py syncdb
Error: No module named rosetta

I suspect a dependency is needed on http://pypi.python.org/pypi/django-rosetta/ -- I'll try it and if it works, I'll send a pull request.

msabramo commented 12 years ago

As promised: https://github.com/catalpainternational/HarukaSMS/pull/33