>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



On Fri, May 20, 2016 at 5:07 AM, Priyadharshini S
<priyadharshinis...@gmail.com> wrote:
> 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
>
> --
> 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.

-- 
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/CANgO38n9oaqhnoNku3cHM6b%2BpXSo-6h7t602qTxBRvDEZL%2B_NA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to