I checked the ROOT_URLCONF and it was fine, and deleted all the *.pyc,
without good results, but finally I found the problem. There was a
copy of the same project in some other folder under the PYTHONPATH, so
there was some kind of collision.
Thanks everybody for helping me out.

On Feb 28, 1:57 am, Karen Tracey <kmtra...@gmail.com> wrote:
> On Sat, Feb 27, 2010 at 9:23 PM, piz...@gmail.com <piz...@gmail.com> wrote:
> > Yes Karen, that's what I thought from the beginning, something is broken in
> > my Python installation, I'll explain it better. I'm currently using django
> > dev server and it doesn't update the .pyc files, let's say I just change a
> > line in the models, I have to delete the models.pyc file because python
> > doesn't update i, if it helps, timestamps difer just seconds (I make quick
> > changes).
>
> > This happens to me even on other programs where every change I make, I have
> > to delete manually the .pyc file. As someone said before is like
> > head-banging. How can I track down this problem? I'm not a programmer, this
> > is just a hobby.
>
> I'd ask in someplace like comp.lang.python. It's not behavior I've
> experienced nor seen reported before.
>
> Karen

-- 
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