Hi everybody, I have a problem. In my settings i have:
INSTALLED_APPS = ( > 'django.contrib.auth', > 'django.contrib.contenttypes', > 'django.contrib.sessions', > 'django.contrib.sites', > 'django.contrib.messages', > 'django.contrib.staticfiles', > # Uncomment the next line to enable the admin: > 'django.contrib.admin', > # Uncomment the next line to enable admin documentation: > # 'django.contrib.admindocs', > 'south', > 'gunicorn', > 'core', > 'operator', > 'replication', > 'service', > 'system_configuration', > 'target', > ) There is an application called operator. If i try to run my server this way i get an error: 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 399, in execute_from_command_line > utility.execute() > File > "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", > line 392, in execute > self.fetch_command(subcommand).run_from_argv(self.argv) > File > "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", > line 242, in run_from_argv > self.execute(*args, **options.__dict__) > File > "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", > line 280, in execute > translation.activate('en-us') > File > "/usr/local/lib/python2.7/dist-packages/django/utils/translation/__init__.py", > > line 130, in activate > return _trans.activate(language) > File > "/usr/local/lib/python2.7/dist-packages/django/utils/translation/trans_real.py", > > line 188, in activate > _active.value = translation(language) > File > "/usr/local/lib/python2.7/dist-packages/django/utils/translation/trans_real.py", > > line 177, in translation > default_translation = _fetch(settings.LANGUAGE_CODE) > File > "/usr/local/lib/python2.7/dist-packages/django/utils/translation/trans_real.py", > > line 160, in _fetch > apppath = os.path.join(os.path.dirname(upath(app.__file__)), 'locale') > AttributeError: 'module' object has no attribute '__file__' If i change operator to operater or something else everything works properly i get no errors. Did anyone had similar problem before? -- 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 http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2c97ae44-527c-4b49-a446-ef707beba861%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.