Laughing Man
|
2008-04-22
, 20:14
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#111
|
|
2008-04-22
, 23:45
|
Posts: 155 |
Thanked: 69 times |
Joined on Apr 2008
|
#112
|
Well I couldn't figure out how to import Google Calendar into the application (there's no where that I could find to input Google Calendar's .ics address?). So I went about it in a round about way, I have Windows Calendar set to receive my Google Calendar in a read-only state. From there I saved it to an .ics and transfered it to my tablet. Tried importing it, no events showed up and I have a bunch of lines in a log that I could put here (gotta navigate here on my tablet first).
|
2008-04-23
, 02:28
|
|
Posts: 13 |
Thanked: 0 times |
Joined on Jan 2008
@ Brisbane, Australia
|
#113
|
No real good ideas on what is going on, but some diagnostics to try. Open an xterm on your NIT and try the following:
cd /home/user/MyDocs/.python
rm -f calend_data.dat calend_pref.dat to_do.dat
/usr/bin/calend
The rm command deletes the data files used by the apps, in case somehow there is a corrupted one preventing them from loading. The last command starts calend manually. If you see any interesting error messages with the last command that may help debug this issue.
Other items of interest:
dpkg -l python2.5 # to find your python version
The firmware version of your device, gotten via Settings->Control Panel->About product. Should look something like:
Version: 2.2007.51-3
|
2008-04-23
, 11:33
|
Posts: 155 |
Thanked: 69 times |
Joined on Apr 2008
|
#114
|
Thanks rbrewer123,
deleting the data files did nothing, starting calend manually did not return an error message.
Python version: 2.5.1-losso6
Firmware: 2.2007.50-2
Might be time to update firware and reinstall.
|
2008-04-23
, 12:09
|
|
Posts: 13 |
Thanked: 0 times |
Joined on Jan 2008
@ Brisbane, Australia
|
#115
|
Same python as me, though a little older firmware than me.
One last thing to check... please see if there is anything interesting in this file:
/home/user/.logs/calend.log
|
2008-04-23
, 16:03
|
Posts: 155 |
Thanked: 69 times |
Joined on Apr 2008
|
#116
|
Started: Wed Apr 23 12:22:19 2008
Traceback (most recent call last):
File "/usr/bin/calend", line 1938, in <module>
root, vb=application_setup('Calendar', 'calend')
File "/usr/lib/python2.5/site-packages/nokia_utilities.py", line 241, in application_setup
gtk.set_application_name(program_name)
AttributeError: 'module' object has no attribute 'set_application_name'
|
2008-04-23
, 20:05
|
|
Posts: 13 |
Thanked: 0 times |
Joined on Jan 2008
@ Brisbane, Australia
|
#117
|
Looks like a pygtk compatibility issue... try this in an xterm:
dpkg -l python2.5-gtk2
Mine is version 2.12.1-1osso2. What is yours? Perhaps upgrading that package will correct it for you.
|
2008-04-24
, 10:41
|
Posts: 395 |
Thanked: 137 times |
Joined on Feb 2008
@ Boone, IA
|
#118
|
|
2008-04-24
, 13:11
|
Posts: 155 |
Thanked: 69 times |
Joined on Apr 2008
|
#119
|
Sweet, successfully imported my GCal .ics to Calend
Is there a way to edit the week view / create a new view for a "Work Week" ie M-F?
Also, is there an easy way to clean up the Datebook6 Note codes?
|
2008-04-24
, 18:53
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#120
|
Sweet, successfully imported my GCal .ics to Calend
Is there a way to edit the week view / create a new view for a "Work Week" ie M-F?
Also, is there an easy way to clean up the Datebook6 Note codes?
Thanks