More about problems between 2-3-1 and 2-4-3
When I use python scripts created under Zope 2-3-1, I get an informational message: PROBLEM (100) Script (Python) Object "my_script_name" needs to be recompiled. ... Is that why my code written in Zope 2-3-1 doesn't work properly in Zope 2-4-3? If so, how do I recompile? Thanks in advance, Ron
on or about, Friday, December 07, 2001, we have reason to believe that Ronald L. Chichester wrote something along the lines of : RLC> When I use python scripts created under Zope 2-3-1, I get an RLC> informational message: RLC> PROBLEM (100) Script (Python) Object "my_script_name" needs to be RLC> recompiled. RLC> ... Is that why my code written in Zope 2-3-1 doesn't work properly in RLC> Zope 2-4-3? RLC> If so, how do I recompile? press the change/save/whatever_it's_called - button to do it manually. Call the saving/editing - method from a script to batch-recompile them ... luckily it is a one-time operation. good luck -- Geir Bækholt web-developer geirh@funcom.com funcom oslo | webdev-team
Note that everything still works, but it will be slower and will complain at you until you go to each of these things and resave them. SOmeone came up with a script a while ago that did this. Ronald L. Chichester wrote:
When I use python scripts created under Zope 2-3-1, I get an informational message:
PROBLEM (100) Script (Python) Object "my_script_name" needs to be recompiled.
... Is that why my code written in Zope 2-3-1 doesn't work properly in Zope 2-4-3?
If so, how do I recompile?
Thanks in advance,
Ron
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Chris McDonough Zope Corporation http://www.zope.org http://www.zope.com "Killing hundreds of birds with thousands of stones"
participants (3)
-
Chris McDonough -
Geir B�kholt -
Ronald L. Chichester