Hi Michael. You are right there was module named utils (coincidentally same name as django module) in the nesh thumbnail app. Problem resolved :) Thank You Very Much for the time You dedicate me. I feel in debt with U and I feel really happy to feel such a feedback in django community.
On Apr 25, 8:50 pm, Michael K <[EMAIL PROTECTED]> wrote: > On Apr 24, 4:19 pm, kamil <[EMAIL PROTECTED]> wrote: > > > Thanx Michael for your attention. > > I'm using todays build from svn trunk. > > I started project from the beginning to eliminate possibility that its > > something wrong with my code. > > > when I run "python manage.py runserver" everything seams OK. > > when I hit any page I got error I mentioned > > Yes I'm runnung it as the same user as shell. I tried to run it as > > root and it comes the same. > > It starts to desesperate me. After tomorrow I got meeting with my > > client to show him my project :¿ > > and I'm stacked with this. > > Help would be greatly appreciated > > Kamil, > > I did some deeper digging, and I don't seem to have a > django.core.utils.text at all in the trunk. I'd check your urlconf's > and make sure they're sane namespace-wise. That is, if you're trying > to import a utils.text module in your urls.py, that's the likely > culprit. The URLconf code can't resolve the module name for some > reason. > > Do you have an app named "utils" in your project? If so, then there > might be something else wrong (missing __init__.py, permissions, > etc). If not, that's probably where your problem lies. You just > might have put in the urlconf information incorrectly. > > -- > 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 -~----------~----~----~----~------~----~------~--~---