Skip to content

Instantly share code, notes, and snippets.

View jessamynsmith's full-sized avatar

Jessamyn Smith jessamynsmith

View GitHub Profile
@jessamynsmith
jessamynsmith / gist:5334087
Created April 8, 2013 03:38
South import failing, due to earlier mangling of modules by nose
Traceback (most recent call last):
File "/Applications/PyCharm.app/helpers/pycharm/django_test_manage.py", line 113, in <module>
utility.execute()
File "/Applications/PyCharm.app/helpers/pycharm/django_test_manage.py", line 89, in execute
PycharmTestCommand().run_from_argv(self.argv)
File "/Users/jessamyn/.virtualenvs/MapStore/lib/python2.7/site-packages/django/core/management/base.py", line 191, in run_from_argv
self.execute(*args, **options.__dict__)
File "/Users/jessamyn/.virtualenvs/MapStore/lib/python2.7/site-packages/django/core/management/base.py", line 220, in execute
output = self.handle(*args, **options)
File "/Applications/PyCharm.app/helpers/pycharm/django_test_manage.py", line 76, in handle