I don't see much but it seems your aren't mapping you urls properly. Please
post your urls.py on http://dpaste.com/ then email the link.

On Thu, Jul 17, 2008 at 4:48 AM, zbiju <[EMAIL PROTECTED]> wrote:

>
> 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
>
> >
>


-- 
http://search.goldwatches.com/?Search=Movado+Watches
http://www.jewelerslounge.com
http://www.goldwatches.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to