Ph: 08202008

Reload this Page Diablo and Erminig not working

Reply
  #21  
Old 07-01-2008, 05:09 PM
combatdoc's Avatar
Senior Member
 
Join Date: May 2008
Posts: 204
Thanks: 1
Thanked 24 Times in 19 Posts
Send a message via Yahoo to combatdoc Send a message via Skype™ to combatdoc
DefaultRe: Diablo and Erminig not working

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.
__________________
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
Reply With Quote
  #22  
Old 07-22-2008, 03:18 PM
Junior Member
 
Join Date: Jul 2008
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
DefaultRe: Diablo and Erminig not working

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.
Reply With Quote
  #23  
Old 07-22-2008, 03:28 PM
Senior Member
 
Join Date: Jul 2007
Posts: 296
Thanks: 72
Thanked 41 Times in 31 Posts
DefaultRe: Diablo and Erminig not working

Quote:
Originally Posted by kedar View Post
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.
your configuration file is hosed

in terminal

rm /home/user/.erminig.cfg

restart erminig and re-enter your credentials
Reply With Quote
The Following User Says Thank You to prk60091 For This Useful Post:
  #24  
Old 07-22-2008, 04:44 PM
Junior Member
 
Join Date: Jul 2008
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
CoolRe: Diablo and Erminig not working

Thanks. Now it's working great.
I've read about the cfg trick but I have somehow missed the file in mc Thanks again, now I won't have to reinstall the OS.
Reply With Quote
  #25  
Old 07-23-2008, 05:46 PM
Junior Member
 
Join Date: Feb 2008
Posts: 12
Thanks: 1
Thanked 0 Times in 0 Posts
DefaultRe: Diablo and Erminig not working

so many seemingly different problems... this is mine:
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'
Reply With Quote
  #26  
Old 07-24-2008, 04:52 PM
Member
 
Join Date: Jan 2008
Posts: 83
Thanks: 23
Thanked 1 Time in 1 Post
DefaultRe: Diablo and Erminig not working

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:
Code:
/usr/bin/erminig:39: GtkWarning: Mixing deprecated and non-deprecated GtkToolbar API is not allowed

self.wTree = gtk.glade.XML(self.gladefile, "mainWindow")
When I tap "update" for my Google calendar it seems to process the calendar entries and then shows:
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
-----------------------------------------------------
Reply With Quote
  #27  
Old 07-26-2008, 08:41 AM
Senior Member
 
Join Date: Dec 2007
Location: Switzerland
Posts: 115
Thanks: 17
Thanked 84 Times in 24 Posts
DefaultRe: Diablo and Erminig not working

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!
Reply With Quote
The Following User Says Thank You to lorelei For This Useful Post:
  #28  
Old 08-19-2008, 08:04 PM
Junior Member
 
Join Date: Dec 2007
Posts: 6
Thanks: 1
Thanked 0 Times in 0 Posts
DefaultRe: Diablo and Erminig not working

Just installed latest update pushed today, all my calendars updated great!
Reply With Quote
  #29  
Old 08-20-2008, 12:58 AM
Senior Member
 
Join Date: Dec 2007
Location: Switzerland
Posts: 115
Thanks: 17
Thanked 84 Times in 24 Posts
DefaultRe: Diablo and Erminig not working

@rauschd: Great

@FGol: Since this thread has been revived, I take the occasion to announce that the bug you reported above should now be fixed!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 03:02 PM.

Design Developed by CompleteGFX
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.


You are viewing a mobilized version of this site...
View original page here

Mobilized by Mowser Mowser