Thread
:
mCalendar
View Single Post
miind
2008-09-22 , 08:30
Posts: 143 | Thanked: 13 times | Joined on Aug 2007
#
177
Heres the python traceback... What I did was
1. delete the mPIM folder
2. start mCalender
3. try to add an event.
still no luck with saving preferences.. so I cant sync with my google calender.
saveToDB
cal_iddefault
google_id:
cal_iddefault
google_id:
Traceback (most recent call last):
File "/usr/lib/mcalendar/mevent.py", line 183, in Update
self.event.saveToDB(self.widget)
File "/usr/lib/mcalendar/mevent.py", line 125, in saveToDB
widget.dbcur.execute('INSERT INTO events (uuid , start, end, description, repeat, repeatvalue, until, lastup,googleid,frequency,byday,alarm,alarm_value, alarm_id,cal_id) VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?);',[self.uuid,self.start_datetime.strftime(DB_FORMAT), self.end_datetime.strftime(DB_FORMAT),self.descrip tion, str(int(self.repeat)) , str(self.repeat_number), self.repeat_until.strftime(DB_FORMAT),self.lastup. strftime(DB_FORMAT),str(self.googleid),self.freque ncy,self.repeat_byday,str(int(self.alarm)), str(self.alarm_value),self.alarm_id,self.cal_id])
sqlite3.IntegrityError: column uuid is not unique
Delete EventEditor
delFromDB
UpdateList
Quote & Reply
|
miind
View Public Profile
Send a private message to miind
Visit miind's homepage!
Find all posts by miind