And life is just not the same without it! I had auto refresh working fine until recently. Today, if I change a py file I see the pyc file being regenerated, but only when I do a manual refresh. And I do not see the effect of the changes until I do a full zope restart. FWIW, several things happened lately: - I cleaned out some shadowed older product versions from /usr/lib/zope/lib/python/Products - I experimented with ZEO (but I'm not running it now), and - I rearranged the product quite a lot. __init__.py was changed, modules were split up, imports moved around, and there is a new sub-package "tests" which also contains a refresh.txt. Does this sound familiar to anyone ? -Simon
Simon Michael wrote:
And life is just not the same without it!
I had auto refresh working fine until recently. Today, if I change a py file I see the pyc file being regenerated, but only when I do a manual refresh. And I do not see the effect of the changes until I do a full zope restart.
Are you running Zope 2.4.x? If so, don't install the Refresh product, since the functionality is now built-in. Or maybe the refresh product isn't initializing... ? Shane
Shane Hathaway <shane@digicool.com> writes:
Are you running Zope 2.4.x? If so, don't install the Refresh product, since the functionality is now built-in.
No, 2.3.3.
Or maybe the refresh product isn't initializing... ?
hmm it looks normal. Perhaps it's something to do with today's date. -SM
participants (2)
-
Shane Hathaway -
Simon Michael