Re: Exception while rendering after installing contrib.comments

2009-10-03 Thread Daniel Roseman
On Oct 3, 6:23 pm, guillermooo wrote: > Inside django.contrib.comments there is: > > 1) a folder named "url" with an __init__.pyc file > 2) a file named "url" with a few urls > > I've solved the problem renaming the "url" folder to "url_". > > Maybe this is a bug? > > Regards, > > Guillermo This

Re: Exception while rendering after installing contrib.comments

2009-10-03 Thread guillermooo
Inside django.contrib.comments there is: 1) a folder named "url" with an __init__.pyc file 2) a file named "url" with a few urls I've solved the problem renaming the "url" folder to "url_". Maybe this is a bug? Regards, Guillermo On Oct 3, 6:32 pm, Guillermo wrote: > Hi, > > After installin

Exception while rendering after installing contrib.comments

2009-10-03 Thread Guillermo
Hi, After installing the comments framework, I get the following error: The included urlconf django.contrib.comments.urls doesn't have any patterns in it I can't find any information about it. What could be causing it? I'm developing on Windows XP, Django trunk. Regards, Guillermo --~--~