ImportError: No module named south

141 views
Skip to first unread message

Priyadharshini S

unread,
May 20, 2016, 7:13:35 AM5/20/16
to Django users
When i trying to install RatticDB on ubuntu 12.04
I got this error please help me to solve

./manage.py syncdb --noinput
Traceback (most recent call last):
  File "./manage.py", line 10, in <module>
    execute_from_command_line(sys.argv)
  File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 353, in execute_from_command_line
    utility.execute()
  File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 327, in execute
    django.setup()
  File "/usr/local/lib/python2.7/dist-packages/django/__init__.py", line 18, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/usr/local/lib/python2.7/dist-packages/django/apps/registry.py", line 85, in populate
    app_config = AppConfig.create(entry)
  File "/usr/local/lib/python2.7/dist-packages/django/apps/config.py", line 90, in create
    module = import_module(entry)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
ImportError: No module named south

Frank Wiles

unread,
May 20, 2016, 11:52:32 AM5/20/16
to django...@googlegroups.com
From the looks of it, you need to install the requirements for
RatticDB. There are 2 setups for MySQL or PostgreSQL listed here
https://github.com/tildaslash/RatticWeb

For the PG option you'd just run:

pip intall -r requirements-pgsql.txt

And it will install all of the necessary PIP dependencies for you.
Hope that helps!

Frank Wiles
Revolution Systems | http://www.revsys.com/
fr...@revsys.com | (800) 647-6298
> --
> 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 django-users...@googlegroups.com.
> To post to this group, send email to django...@googlegroups.com.
> 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/d054978e-edf3-48a9-a2e9-1526fa641c1f%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages