RE: Build 0.8.10 issues
"Joe Pham" <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <[email protected]> |
Found and fixed an Outlook Calendar Import bug. The Any Calendar Import Filter bug is still there. -Joe Pham -- "Simon C" <[email protected]> wrote: > Found 3 issues with this load: > 1. Get Data -> Call History bombed. > 2. Phonebook mode, View -> Columns bombed. > 3. Any Calendar Import -> Filter bombed. Joe, I've checked in fixes for these. SImon _____________________________________________________________________ Call Anyone, Anytime, Anywhere in the World - FREE! Free Internet calling from NetZero Voice Visit http://www.netzerovoice.com today!
import_caledar_filter.txt
(text/plain, 4.1 KB)
BitPim version: trunk-bitpim-developer build
An unexpected exception has occurred.
Please see the help for details on what to do.
Traceback (most recent call last):
File "c:\Documents and Settings\Joe\My Documents\cell_apps\bitpim\src\outlook_calendar.py", line 551, in OnFilter
self._oc.set_filter(dlg.get())
File "c:\Documents and Settings\Joe\My Documents\cell_apps\bitpim\src\common_calendar.py", line 596, in get
self._save_to_fs(r)
File "c:\Documents and Settings\Joe\My Documents\cell_apps\bitpim\src\common_calendar.py", line 470, in _save_to_fs
self.GetParent().GetParent().database.savemajordict('calendar_filter',
AttributeError: 'MainWindow' object has no attribute 'database'
Variables by last 8 frames, innermost last
Frame MyWndProc in c:\Documents and Settings\Joe\My Documents\cell_apps\bitpim\src\gui.py at line 1212
wparam = 123
lparam = 0
self = <gui.MainWindow; proxy of C++ wxFrame instance at _685d7901_p_wxFrame>
hwnd = 852622
msg = 273
Frame __call__ in c:\Documents and Settings\Joe\My Documents\cell_apps\bitpim\src\gui.py at line 641
self = <gui.MenuCallback instance at 0x01E928A0>
args = (<wx._core.CommandEvent; proxy of C++ wxCommandEvent instance at _f0f01200_p_wxC
Frame OnFileImportOutlookCalendar in c:\Documents and Settings\Joe\My Documents\cell_apps\bitpim\src\importexport.py at line 1836
parent = <gui.MainWindow; proxy of C++ wxFrame instance at _685d7901_p_wxFrame>
Frame OnFileImportCommon in c:\Documents and Settings\Joe\My Documents\cell_apps\bitpim\src\importexport.py at line 1805
widget = <bpcalendar.Calendar; proxy of C++ wxPanel instance at _a8a68a02_p_wxPanel>
dlg = <outlook_calendar.OutlookImportCalDialog; proxy of C++ wxDialog instance at _88f
parent = <gui.MainWindow; proxy of C++ wxFrame instance at _685d7901_p_wxFrame>
dlg_title = 'Import Outlook Calendar'
dlg_class = <class 'outlook_calendar.OutlookImportCalDialog'>
dict_key = 'calendar'
Frame ShowModal in C:\Python23\Lib\site-packages\wx-2.6-msw-unicode\wx\_windows.py at line 685
args = (<outlook_calendar.OutlookImportCalDialog; proxy of C++ wxDialog instance at _88
kwargs = Keys []
{}
Frame OnFilter in c:\Documents and Settings\Joe\My Documents\cell_apps\bitpim\src\outlook_calendar.py at line 551
evt = <wx._core.CommandEvent; proxy of C++ wxCommandEvent instance at _5cdf1200_p_wxCo
self = <outlook_calendar.OutlookImportCalDialog; proxy of C++ wxDialog instance at _88f
dlg = <common_calendar.FilterDialog; proxy of C++ wxDialog instance at _10f79202_p_wxD
cat_list = []
Frame get in c:\Documents and Settings\Joe\My Documents\cell_apps\bitpim\src\common_calendar.py at line 596
self = <common_calendar.FilterDialog; proxy of C++ wxDialog instance at _10f79202_p_wxD
r = Keys ['alarm_override', 'alarm_value', 'categories', 'end', 'no_alarm', 'preset_date', 'ringtone', 'rpt_events', 'start', 'vibrate']
{'end': (2006, 3, 31), 'alarm_value': 0, 'preset_date': 1, 'rpt_events': True, '
Frame _save_to_fs in c:\Documents and Settings\Joe\My Documents\cell_apps\bitpim\src\common_calendar.py at line 470
_data = Keys ['alarm_override', 'alarm_value', 'end', 'no_alarm', 'preset_date', 'ringtone', 'rpt_events', 'start', 'vibrate']
{'end': [{'month': 3, 'day': 31, 'year': 2006}], 'alarm_value': 0, 'no_alarm': F
data = Keys ['alarm_override', 'alarm_value', 'categories', 'end', 'no_alarm', 'preset_date', 'ringtone', 'rpt_events', 'start', 'vibrate']
{'end': (2006, 3, 31), 'alarm_value': 0, 'preset_date': 1, 'rpt_events': True, '
_dict = Keys ['filter']
{'filter': {'end': [{'month': 3, 'day': 31, 'year': 2006}], 'alarm_value': 0, 'p
_date = [{'month': 3, 'day': 31, 'year': 2006}]
self = <common_calendar.FilterDialog; proxy of C++ wxDialog instance at _10f79202_p_wxD