There are lots of mysteries about this traceback (why does ZWikiRegexes have a non-ASCII character in it? why are the Zope files in the traceback reported as living in build-base? what does PIL have to do with anything?), but the root of the cause is that you're trying to run the debugger while Zope is already started. Shut down Zope and try again. If you use ZEO, you can use the debugger while Zope is running, but if you don't, you can't. On Mon, 2004-04-26 at 23:42, kbond wrote:
Hello,
I am trying had to get zope talking thanks to the "zopectl debug" mode but unfortunatly I get the following error message:
+++++++++++++++++++++++++++++++++++++++++++ zopectl> debug Starting debugger (the name "app" is bound to the top-level Zope object) /usr/lib/zope/lib/python/Products/CMFWiki/CMFWikiPage.py:28: DeprecationWarning: Non-ASCII character '\xc0' in file /usr/lib/zope/lib/python/Products/CMFWiki/ZWikiRegexes.py on line 5, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details from ZWikiRegexes import urlchars, url, urlexp, bracketedexpr,\ Traceback (most recent call last): File "<string>", line 1, in ? File "/usr/lib/python2.3/site-packages/PIL/__init__.py", line 50, in app
File "/usr/lib/python2.3/site-packages/PIL/__init__.py", line 46, in startup
File "/usr/lib/zope/./build/build-base/python-2.3/build-lib/Zope/App/startup.py", line 54, in startup File "/usr/lib/zope/./build/build-base/python-2.3/build-lib/DBTab/DBTab.py", line 96, in getDatabase File "/usr/lib/zope/./build/build-base/python-2.3/build-lib/DBTab/DBTab.py", line 113, in _createDatabase File "/usr/lib/zope/./build/build-base/python-2.3/build-lib/Zope/Startup/datatypes.py", line 172, in open File "/usr/lib/zope/./build/build-base/python-2.3/build-lib/Zope/Startup/datatypes.py", line 169, in createDB File "/usr/lib/zope/./build/build-base/python-2.3/build-lib/ZODB/config.py", line 97, in open File "/usr/lib/zope/./build/build-base/python-2.3/build-lib/ZODB/config.py", line 128, in open File "/usr/lib/zope/./build/build-base/python-2.3/build-lib/ZODB/FileStorage.py", line 232, in __init__ File "/usr/lib/zope/./build/build-base/python-2.3/build-lib/ZODB/lock_file.py", line 62, in __init__ File "/usr/lib/zope/./build/build-base/python-2.3/build-lib/ZODB/lock_file.py", line 42, in lock_file IOError: [Errno 11] Resource temporarily unavailable +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Does somebody know what could solve this problem?
I have already corrected the following pb : http://mail.zope.org/pipermail/zope/2004-February/147022.html I am running a mandrake 10 with the standard RPM for zope (2.7.0rc2-2mdk) and cmf (1.4.2-1mdk) I am quite new to this mailling list please let me know if I am doing something wrong or if you are missing information. Thank for your help
_______________________________________________ Zope maillist - Zope@zope.org 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 )