On Apr 22, 4:38 pm, kamil <[EMAIL PROTECTED]> wrote: > Hi. I installed Django on Python 2.5 > and I receive following error on the built in server: > > Exception Type: ImportError > Exception Value: No module named utils.text > Exception Location: /usr/lib/python2.5/site-packages/django/core/ > urlresolvers.py in _get_urlconf_module, line 178 > > however utils.text exist in Django directory and importing in shell > works fine. > Please help.
Kamil, Can you paste the header you get when you start your Python interpreter? This almost sounds to me like you have more than one version of Python installed, or your library path settings are incorrect somewhere (probably in your web server configuration). Are you using mod_python to host the project? Lots of details missing before we can help much. Thanks, Michael --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---