Just got this when I hit the refresh button:

Exception type: SyntaxError 
Exception value: invalid syntax 
Traceback: 

  File "E:\Zope\2.3.0\lib\python\Products\Refresh\RefreshPatch.py", line 253, in
manage_performRefresh
    RefreshFuncs.performFullRefresh(
  File "E:\Zope\2.3.0\lib\python\Products\Refresh\RefreshFuncs.py", line 286, in
performFullRefresh
    if performLoggedRefresh(jar, productid, raise_exc):
  File "E:\Zope\2.3.0\lib\python\Products\Refresh\RefreshFuncs.py", line 275, in
performLoggedRefresh
    performRefresh(jar, productid)
  File "E:\Zope\2.3.0\lib\python\Products\Refresh\RefreshFuncs.py", line 265, in
performRefresh
    reload(module)

...now I presume that's 'cos there's a syntax error in my module's code. Is
there anyway I can get something like the tracebacks you get when you restart
Zope and this kindof thing happens?

cheers,

Chris

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to