Hi

You have a function or method that is calling itself.

Something like this:

def foo():
     print "fun"
     bar = foo()
     print "never going to happen"

J.
On 01 Oct 2010 9:49 PM, "Tsolmon Narantsogt" <mnt...@gmail.com> wrote:
> So how fix it ?
>
> On Sat, Oct 2, 2010 at 1:37 AM, Brandon Taylor <btaylordes...@gmail.com
>wrote:
>
>> Sounds like you have an infinite loop.
>>
>> On Oct 1, 12:12 pm, Tsolmon Narantsogt <mnt...@gmail.com> wrote:
>> > Hi there
>> >
>> > i got this error
>> >
>> > *Exception RuntimeError: 'maximum recursion depth exceeded while
calling
>> a
>> > Python object' in <type 'exc*
>> >
>> > help me
>> >
>> > Thank you
>> > Tsolmon
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-us...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
<django-users%2bunsubscr...@googlegroups.com<django-users%252bunsubscr...@googlegroups.com>
>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>>
>
> --
> You received this message because you are subscribed to the Google Groups
"Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
.
> For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to