2

I just tried to run hello world in django [1.6.0 alpha] framework on eclipse IDE but it shows runtime error as

RuntimeError: maximum recursion depth exceeded while calling a Python object

I had added source code on bitbucket. I had tried some earlier asked question but got no solution. So my question is What cause the problem?

5
  • does it tell you which line the error is on ? Commented Jun 7, 2013 at 15:36
  • @karthikr No... I also tried to add breakpoint on different line but it don't reach to either of it. Commented Jun 7, 2013 at 15:38
  • where do you get this error ? Check this post: stackoverflow.com/questions/4546711/… it might give you some ideas. Commented Jun 7, 2013 at 15:41
  • @karthikr I had tried but in my case don't able to figure out which line actually lead to recursion Commented Jun 7, 2013 at 16:09
  • oh.. do you have it in pydev? Just try running it on command line then Commented Jun 7, 2013 at 17:21

1 Answer 1

1

Before starting Django project on eclipse IDE, I was doing Andorid Project on it. I hope the error occurs because of that as the above code builded successfully in friend computer. Later I switch back to ubuntu and solve the error.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.