sengan Site Admin
Joined: 01 Jan 1970 Posts: 96 Location: Colorado
|
Posted: Sun Nov 26, 2006 12:04 am Post subject: Python error at line 601 of WebLibrarianDocument.pyc |
|
|
This error is new to me, but has been reported once. It caused the last kept page not to be saved. The user caused it by pressing "Quit" from the Dock, but I haven't managed to reproduce it. The code should only be invoked when closing a window...
If you encounter it, please record what you did to cause it to help me recreate it.
The full error message was:
Traceback (most recent call last):
File "PyObjCTools/AppHelper.pyc", line 235, in runEventLoop
File "WebLibrarianDocument.pyc", line 601, in canCloseDocumentWithDelegate_shouldCloseSelector_contextInfo_
ValueError: depythonifying 'pointer', got 'int'
I can suppress the error, but I'm not sure whether that wouldn't stop the program from exiting. |
|