Hi. I'm using developement built-in django server. Python 2.5.1c1 (release25-maint, Apr 12 2007, 21:00:25) [GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2 on fresh Kubuntu Feisty (7.04)
On Apr 23, 4:01 pm, Michael K <[EMAIL PROTECTED]> wrote: > 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 [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 -~----------~----~----~----~------~----~------~--~---

