|
From: David L. <wh...@oz...> - 2002-02-25 01:26:50
|
J:\Python21\PythonCardPrototype\samples\addressesZODB>addresses.py
attempting to load Outlook
loading records...
importing into addresses
Traceback (most recent call last):
File "J:\Python21\PythonCardPrototype\menu.py", line 304, in doMenu
item.notifyEventListeners( evt )
File "J:\Python21\PythonCardPrototype\event.py", line 322, in
notifyEventListeners
listener.eventOccurred( event )
File "J:\Python21\PythonCardPrototype\dispatch.py", line 78, in
eventOccurred
handler.getFunction()(self._scriptable, aEvent.getSource(), nativeEvent)
File "J:\Python21\PythonCardPrototype\samples\addressesZODB\addresses.py",
line 250, in on_fil
eImportOutlook_command
self.document.records.append(aRecord)
AttributeError: Document instance has no attribute 'records'
This is based on CVS code downloaded at 17:20 PST on 200020224
Dave LeBlanc
|