ImportError: No module named south

2016-05-20 Thread Priyadharshini S
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 
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

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@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.


Re: Error: ImportError: No module named south

2016-05-20 Thread Priyadharshini S


On Sunday, August 11, 2013 at 5:00:54 PM UTC+5:30, alekto.a...@gmail.com 
wrote:
>
> Hi, 
> am using django==1.5.1 and south==0.8.2, as well as pip-1.1-py2.7.egg 
> (python 2.7)
> I keep getting this error: ImportError: No module named south, when I run: 
> sudo python manage.py syncdb.
> I have added south as the last line to my INSTALLED_APPS in settings.py.
>
> Does anyone here have a suggestion how to solve this? 
> Thanks in advance!
>
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@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/b462f70d-5ddb-4a8c-b1e6-bc7a7d61a55f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.