Hi guys, I'm noobie with python and django but I would like to try it. I have installed it as docs say but I have problem running it.
I'm getting error: "Error while importing URLconf 'pyta.urls': No module named core.handlers.wsgi" which is a bit weird because in bootstrap file it seems to load this module (or at least it knows where that module is). This is what I'm getting when I type url in a browser: Environment: Request Method: GET Request URL: http://zbiju.rootnode.net/pyta/ Django Version: 0.97-pre-SVN-7939 Python Version: 2.4.4 Installed Applications: ['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites'] Installed Middleware: ('django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.middleware.doc.XViewMiddleware') Traceback: File "/home2/zbiju/www/django/django/core/handlers/base.py" in get_response 76. callback, callback_args, callback_kwargs = resolver.resolve(request.path) File "/home2/zbiju/www/django/django/core/urlresolvers.py" in resolve 231. for pattern in self.urlconf_module.urlpatterns: File "/home2/zbiju/www/django/django/core/urlresolvers.py" in _get_urlconf_module 255. raise ImproperlyConfigured, "Error while importing URLconf %r: %s" % (self.urlconf_name, e) Exception Type: ImproperlyConfigured at /pyta/ Exception Value: Error while importing URLconf 'pyta.urls': No module named core.handlers.wsgi Thank in advance for any help. Marcin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

