#21
No problem.
And FYI, python-gtk2 has had an osso4 release putting gtk.glade back into it, although I am sure this is temporary if its being depreciated.
And FYI, python-gtk2 has had an osso4 release putting gtk.glade back into it, although I am sure this is temporary if its being depreciated.
__________________
Doc, 68W3P, AAS, NREMT-P
Far From Perfect
Mobile Version (Under Dev, Please Comment)
Nokia n810 Diablo
(After many years of Palm and Windows PDAs)
"So Shut Up, Live, Travel, Adventure, Bless, And Don't Be Sorry." - Jack Kerouac
Doc, 68W3P, AAS, NREMT-P
Far From Perfect
Mobile Version (Under Dev, Please Comment)
Nokia n810 Diablo
(After many years of Palm and Windows PDAs)
"So Shut Up, Live, Travel, Adventure, Bless, And Don't Be Sorry." - Jack Kerouac
#22
Junior Member
Join Date: Jul 2008
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
hi.
I have installed on Diablo all the needed packages for erminig: python2.5, python-sqlite, python-gdata and python-hildon. Then I've installed the erminig but it won't start. When starting from x-term I am still getting message:
~ $ erminig
Traceback (most recent call last):
File "/usr/bin/erminig", line 1047, in <module>
profiles = Profiles(config)
File "/usr/bin/erminig", line 857, in __init__
self.init_profiles()
File "/usr/bin/erminig", line 862, in init_profiles
self.read_config()
File "/usr/bin/erminig", line 869, in read_config newProfile = Profile(entry[0], entry[1], entry[2], entry[3]
TypeError: 'int' object is unsubscriptable
Any idea what should I do? Thanks in advance.
I have installed on Diablo all the needed packages for erminig: python2.5, python-sqlite, python-gdata and python-hildon. Then I've installed the erminig but it won't start. When starting from x-term I am still getting message:
~ $ erminig
Traceback (most recent call last):
File "/usr/bin/erminig", line 1047, in <module>
profiles = Profiles(config)
File "/usr/bin/erminig", line 857, in __init__
self.init_profiles()
File "/usr/bin/erminig", line 862, in init_profiles
self.read_config()
File "/usr/bin/erminig", line 869, in read_config newProfile = Profile(entry[0], entry[1], entry[2], entry[3]
TypeError: 'int' object is unsubscriptable
Any idea what should I do? Thanks in advance.
#23
Senior Member
Join Date: Jul 2007
Posts: 296
Thanks: 72
Thanked 41 Times in 31 Posts
Quote:
hi.
I have installed on Diablo all the needed packages for erminig: python2.5, python-sqlite, python-gdata and python-hildon. Then I've installed the erminig but it won't start. When starting from x-term I am still getting message:
~ $ erminig
Traceback (most recent call last):
File "/usr/bin/erminig", line 1047, in <module>
profiles = Profiles(config)
File "/usr/bin/erminig", line 857, in __init__
self.init_profiles()
File "/usr/bin/erminig", line 862, in init_profiles
self.read_config()
File "/usr/bin/erminig", line 869, in read_config newProfile = Profile(entry[0], entry[1], entry[2], entry[3]
TypeError: 'int' object is unsubscriptable
Any idea what should I do? Thanks in advance.
I have installed on Diablo all the needed packages for erminig: python2.5, python-sqlite, python-gdata and python-hildon. Then I've installed the erminig but it won't start. When starting from x-term I am still getting message:
~ $ erminig
Traceback (most recent call last):
File "/usr/bin/erminig", line 1047, in <module>
profiles = Profiles(config)
File "/usr/bin/erminig", line 857, in __init__
self.init_profiles()
File "/usr/bin/erminig", line 862, in init_profiles
self.read_config()
File "/usr/bin/erminig", line 869, in read_config newProfile = Profile(entry[0], entry[1], entry[2], entry[3]
TypeError: 'int' object is unsubscriptable
Any idea what should I do? Thanks in advance.
in terminal
rm /home/user/.erminig.cfg
restart erminig and re-enter your credentials
The Following User Says Thank You to prk60091 For This Useful Post:
#24
Junior Member
Join Date: Jul 2008
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
#25
Junior Member
Join Date: Feb 2008
Posts: 12
Thanks: 1
Thanked 0 Times in 0 Posts
so many seemingly different problems... this is mine:
erminig runs, but reports this when I clicl 'add'
erminig runs, but reports this when I clicl 'add'
Quote:
~ $ erminig
/usr/bin/erminig:39: GtkWarning: Mixing deprecated and non-deprecated GtkToolbar API is not allowed
self.wTree = gtk.glade.XML(self.gladefile, "mainWindow")
Traceback (most recent call last):
File "/usr/bin/erminig", line 363, in OnAddProfile
, self.googleAccess.google_access.googlecalendars
AttributeError: GoogleObj instance has no attribute 'googlecalendars'
/usr/bin/erminig:39: GtkWarning: Mixing deprecated and non-deprecated GtkToolbar API is not allowed
self.wTree = gtk.glade.XML(self.gladefile, "mainWindow")
Traceback (most recent call last):
File "/usr/bin/erminig", line 363, in OnAddProfile
, self.googleAccess.google_access.googlecalendars
AttributeError: GoogleObj instance has no attribute 'googlecalendars'
#26
Member
Join Date: Jan 2008
Posts: 83
Thanks: 23
Thanked 1 Time in 1 Post
I get the following w/Diable and erminig 3.1 (I think 3.1 is still the most current?)
It seems similar.
When I start erminig, I get this:
When I tap "update" for my Google calendar it seems to process the calendar entries and then shows:
???
Thank you,
Frank
It seems similar.
When I start erminig, I get this:
Code:
/usr/bin/erminig:39: GtkWarning: Mixing deprecated and non-deprecated GtkToolbar API is not allowed self.wTree = gtk.glade.XML(self.gladefile, "mainWindow")
Code:
Traceback (most recent call last):
File "/usr/bin/erminig", line 215, in on_UpdateProfile self.progressbar)
File "/usr/share/erminig/processevents.py", line 115, in updateall
self.ProcessUpdatedEvents()
File "/usr/share/erminig/processevents.py", line 186, in ProcessUpdatedEvents
printd("byday : " + byday)
TypeError: cannot concatenate 'str' and 'NoneType' objects
Thank you,
Frank
__________________
-----------------------------------------------------
Terrorism is not the answer
-----------------------------------------------------
-----------------------------------------------------
Terrorism is not the answer
-----------------------------------------------------
#27
Senior Member
Join Date: Dec 2007
Location: Switzerland
Posts: 115
Thanks: 17
Thanked 84 Times in 24 Posts
hometoast and FGol:
I just came back from vacation: I'll look into these issues as soon as possible!
hometoast: I suspect that this is a regression from the code cleanup I did in version 0.3.0. I will try to reproduce the bug and come back to you if I cannot reproduce it.
FGol: I'm already working on the warning you get when starting Erminig. It seems harmless for the moment, but I really don't like it at all! I'm planning on fixing this issue for the next release. The error when updating is very likely coming from repeated events that finish very very late in the calendar (many years from now).
Thanks to both of you for the report!
I just came back from vacation: I'll look into these issues as soon as possible!
hometoast: I suspect that this is a regression from the code cleanup I did in version 0.3.0. I will try to reproduce the bug and come back to you if I cannot reproduce it.
FGol: I'm already working on the warning you get when starting Erminig. It seems harmless for the moment, but I really don't like it at all! I'm planning on fixing this issue for the next release. The error when updating is very likely coming from repeated events that finish very very late in the calendar (many years from now).
Thanks to both of you for the report!
The Following User Says Thank You to lorelei For This Useful Post:
#28
Junior Member
Join Date: Dec 2007
Posts: 6
Thanks: 1
Thanked 0 Times in 0 Posts
#29
Senior Member
Join Date: Dec 2007
Location: Switzerland
Posts: 115
Thanks: 17
Thanked 84 Times in 24 Posts













Thanks again, now I won't have to reinstall the OS. 

Linear Mode

