Thread: mCalendar
View Single Post
Posts: 143 | Thanked: 13 times | Joined on Aug 2007
#352
anyone got the new mCalender to work? When I start it its empty, when I try to open the prefs I get the following python trace. I even tried delete the .mPim folder...

~ $ mcalendar.launch

init pref

/usr/lib/mcalendar/mcalendar_ui.py:1421: GtkWarning: gdkdrawable-x11.c:878 drawable is not a pixmap or window

gtk.main()

Load event : type view :0

index:0

current_view:0

no such table: db_struct

Exception in thread Thread-2:

Traceback (most recent call last):

File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner

File "/usr/lib/python2.5/threading.py", line 446, in run

File "/usr/lib/mcalendar/mcalendar_ui.py", line 912, in _load_eventslist

event_uuid_list = mcalendar_framework.EventList().get_events_for_one _day(self._current_datetime)

File "/usr/lib/python2.5/site-packages/mcalendar_framework.py", line 508, in get_events_for_one_day

db.cursor.execute(query)

OperationalError: no such table: events

show prefs ui

Traceback (most recent call last):

File "/usr/lib/mcalendar/mcalendar_ui.py", line 1123, in _update_sync_progress

status = mcalendar_framework.LogIt().get_status()

File "/usr/lib/python2.5/site-packages/mcalendar_framework.py", line 121, in get_status

db.cursor.execute('SELECT date,text FROM sync_logs ORDER BY date DESC')

sqlite3.OperationalError: no such table: sync_logs