12 Jan
2006
12 Jan
'06
2:53 p.m.
On 1/12/06, Luca Olivetti <luca@wetron.es> wrote:
Everything has been working fine (apart for the breakage of CMFQuickInstaller) but I wonder if this is the intended behavior and if there is better way to update the information in Control_Panel (touching __init__.py in the offending products and restarting zope didn't help, I had to remove the products from the Control_Panel and restart zope).
I suspect that the .pyc files may still hold the old paths; remove the .pyc files and restart to have them recreated, or used the Python standard library script compileall.py to recreate these files. -- Martijn Pieters