The Following User Says Thank You to epage For This Useful Post: | ||
|
2010-05-06
, 01:57
|
Posts: 180 |
Thanked: 41 times |
Joined on Mar 2007
@ Maine
|
#82
|
|
2010-05-06
, 02:13
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#83
|
That got me started, I had to disable devel so it found an older version of Google Voice...
However, I got a different error this time (more complicated):
From line 560 in the gui module in set_chapter
self.chapter_button.set_text("Chapter", chapterIndex)
TyoeErrorHildonbutton.det_tect() argument 2 must be string, not int
Hope that helps,
Fred
The Following User Says Thank You to epage For This Useful Post: | ||
|
2010-05-06
, 02:26
|
|
Posts: 369 |
Thanked: 167 times |
Joined on Mar 2010
|
#84
|
Traceback (most recent call last):
File "/opt/Nqa-Audiobook-player/nqaap.py", line 17, in <module>
main()
File "/opt/Nqa-Audiobook-player/nqaap.py", line 10, in main
controller = Player(ui = gui)
File "/home/opt/Nqa-Audiobook-player/Player.py", line 23, in __init__
self.set_book(self.storage.selected)
File "/home/opt/Nqa-Audiobook-player/Player.py", line 43, in set_book
chapter_title = self.audiobook.chapters[chapter_num]
IndexError: list index out of range
|
2010-05-06
, 02:34
|
|
Posts: 369 |
Thanked: 167 times |
Joined on Mar 2010
|
#85
|
Traceback (most recent call last):
File "/opt/Nqa-Audiobook-player/nqaap.py", line 26, in <module>
nqaap_gtk.run()
File "/home/opt/Nqa-Audiobook-player/nqaap_gtk.py", line 23, in run
controller = Player(ui = gui)
File "/home/opt/Nqa-Audiobook-player/Player.py", line 29, in __init__
self.load_books_path(constants._default_book_path_ )
File "/home/opt/Nqa-Audiobook-player/Player.py", line 51, in load_books_path
self.set_book(bookPath)
File "/home/opt/Nqa-Audiobook-player/Player.py", line 72, in set_book
chapter_num
File "/home/opt/Nqa-Audiobook-player/Audiobook.py", line 30, in __init__
raise Exception("Unknown chapter set")
Exception: Unknown chapter set
|
2010-05-06
, 03:12
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#86
|
I just turned devel back on, updated, and ran it again.
Here's the result.
The Following User Says Thank You to epage For This Useful Post: | ||
|
2010-05-06
, 03:41
|
|
Posts: 1,359 |
Thanked: 717 times |
Joined on May 2009
@ ...standing right behind you...
|
#87
|
|
2010-05-06
, 03:45
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#88
|
I tried to install the Diablo version right now (and I got both DC and ToR installed) but still got one missing dependency: python-gst0.10
When trying to get it from xterm I got the message that it doesn't have an install candidate.
The Following User Says Thank You to epage For This Useful Post: | ||
|
2010-05-06
, 07:43
|
|
Posts: 147 |
Thanked: 67 times |
Joined on Dec 2009
@ Stockholm, Sweden
|
#89
|
|
2010-05-06
, 12:56
|
Posts: 26 |
Thanked: 36 times |
Joined on Dec 2009
|
#90
|
EDIT: As a work around, install "Google Voice plugin for ..." which will bring in all the needed deps
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
Last edited by epage; 2010-05-06 at 00:27.