[ZCM] [ZC] 899/ 2 Resolve "Interactive debugging broken"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin@zope.org
Thu, 01 May 2003 10:36:28 -0400


Issue #899 Update (Resolve) "Interactive debugging broken"
 Status Resolved, Zope/bug medium
To followup, visit:
  http://collector.zope.org/Zope/899

==============================================================
= Resolve - Entry #2 by mcdonc on May 1, 2003 10:36 am

 Status: Pending => Resolved

This is fixed on the HEAD, I believe.
________________________________________
= Request - Entry #1 by ajung on May 1, 2003 6:56 am

Currently it is not possible to debug Zope 
in interactive mode due to the changes
in the configuration management:


yetix@/develop/DC/sandboxes(9)% python2.2
Python 2.2.2 (#1, Nov 13 2002, 18:31:01) 
[GCC 3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Zope
>>> Zope.app()
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/develop/DC/sandboxes/txng/trunk/lib/python/Zope/__init__.py", line 50, in app
    startup()
  File "/develop/DC/sandboxes/txng/trunk/lib/python/Zope/__init__.py", line 46, in startup
    _startup()
  File "/home/develop/DC/sandboxes/txng/trunk/lib/python/Zope/App/startup.py", line 53, in startup
    name = config.db_mount_tab['/']
AttributeError: DefaultConfiguration instance has no attribute 'db_mount_tab'
>>> 
==============================================================