Friday, August 31, 2012

Re: Hard time debugging an strange problem

Hi again,
doing some more testing I've realized that the problem happens because
the .py and .pyc files are out of sync. My guess is that the .py files
are modified so quickly that the timestamp does not change and a
recompilation is not triggered. After some research I've found that the
timestamp resolution depends on the filesystem (I'm doing the tests on
ext3 which has a resolution of 1 second).



Regards
Alexis

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

No comments:

Post a Comment