On 1/12/06, Luca Olivetti <[EMAIL PROTECTED]> 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
_______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
