On Saturday 31 October 2009 01:04:09 vl4dt wrote: > I get this output from a newly created project with the latest > trunk: > <snip> > > Any suggestions? I suspect the python path is missing something, > also the server stops responding, just sits there and no further > requests are served.
I started a new project in the normal way, and it works fine for me. It sounds like you've configured something wrong, or you're not actually looking at latest trunk. Maybe your command to start the project used a 'django-admin.py' that was from trunk, but when running the server it's looking at different Python sources. Luke --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
