maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [eSpeakCaller] Say who is calling (https://talk.maemo.org/showthread.php?t=34982)

ndi 2010-11-13 09:33

Re: [eSpeakCaller] Say who is calling
 
Look for X Terminal in you menu
start it
type:

Code:

/opt/espeakcaller/espeakcaller.py
copy and paste output like this:
Code:

~ $ /opt/espeakcaller/espeakcaller.py
/home/user/.espeakcaller/espeakcaller_global.conf
/home/user/.espeakcaller/espeakcaller_general.conf
~ $


Daveaht 2010-11-13 16:23

Re: [eSpeakCaller] Say who is calling
 
Hi ndi,

i type in /opt/espeakcaller/espeakcaller.py

then this appear.

File "/opt/espeakcaller/espeakcaller.py", line 33, in <module>

from PyQt4 import QtGui QtCore
Runtime Error: the sip module implements API v8.0 but the PyQt4.QtGui module requires API v7.1

what is this about?

what should i do now?

thanks!!!

ndi 2010-11-14 10:32

Re: [eSpeakCaller] Say who is calling
 
I'm not that good, but I'm sure I saw this error before on the forums, search for it (I'm on the road now).

I'm guessing some app depended on an update of a binding that broke espeakcaller. Uninstalling it will not help, afaik. I'm guessing your best bet is to wait for an espeakcaller update. Do get a second opinion.

You might be able to force a downgrade, if the old version is available. Search the forum for a reverse depends command, that will tell you what program requires the updated version. However, this beyond my current level.

Your option, save for waiting for an update, is to check to see if there is an older version of said library and downgrade, breaking other apps. You need and expert opinion. Otherwise, there's always a fresh reflash.

Start by searching for the error, other might already have solved it.

ETA: I knew I saw it before

Daveaht 2010-11-15 04:59

Re: [eSpeakCaller] Say who is calling
 
Hi Ndi, thanks for your reply.

downgrade for me is not an option. so i have no choice but to wait for the update.

so now it means PR1.3 does not support espeakcaller and alot of python applications. is very sad to hear that.

will have to wait for the update.

ndi 2010-11-15 10:41

Re: [eSpeakCaller] Say who is calling
 
The package that conflicts is not part of PR1.3. I have it and espeakcaller works. Must be something you installed.

Daveaht 2010-11-18 07:16

Re: [eSpeakCaller] Say who is calling
 
I just got an update for full pyqt install and im now able to start the espeakcaller but it the screen is different from those that i saw on youtube. mine doesn't have the APPLY button and the TEST button is on the top right hand corner. still cant use because cannot apply.

maemo.it 2010-11-27 22:37

Re: [eSpeakCaller] Say who is calling
 
hi guys, same problem for me. downloaded today from extras-devel, latest version 0.8-1, maemo pr1.3, it doesn't work :(
from terminal:
Code:

$ /opt/espeakcaller/espeakcaller.py
Traceback (most recent call last):
File "/opt/espeakcaller/espeakcaller.py", line 294, in <module> myapp = eSpeakCaller()
File "/opt/espeakcaller/espeakcaller.py", line 56, in__init__self.loadContacts()
File "/opt/espeakcaller/espeakcaller.py", line 62, in loadContacts import espeakcaller_contacts
File "/opt/espeakcaller/espeakcaller.py", line 8, in <module> import gtk
ImportError: No module named gtk

Some idea? :(
Maybe I've to install gtk package? :confused:

EDIT: ok now I'm able to launch it by tapping on icon and I'm able to configure it too but it doesn't work :(
when someone (present in my contacts) call me I listen only ringtone without voice.
I haven't installed custom ringtones app.
some idea please?

maemo.it 2010-12-04 10:50

Re: [eSpeakCaller] Say who is calling
 
it doesn't work for me :(
i purged and reinstalled it. test button works but no voice during calls.
some idea?

ejasmudar 2010-12-04 11:12

Re: [eSpeakCaller] Say who is calling
 
It works well for me, but when I flip the phone for silencing it and manually silence it, espeak still keeps on working. Any solution?

maemo.it 2010-12-04 13:00

Re: [eSpeakCaller] Say who is calling
 
my espeakcaller.log
maybe can help...
:(

Code:

~/.espeakcaller $ cat espeakcaller.log
DEBUG:eSpeakCaller:Incoming phonecall from number: +39XXXX
DEBUG:eSpeakCaller:state: 2  ukn1: 0  ukn2: 0
DEBUG:eSpeakCaller:state: 3  ukn1: 0  ukn2: 0
DEBUG:eSpeakCaller:state: 5  ukn1: 0  ukn2: 0
ERROR:eSpeakCaller:Error in call_status()
Traceback (most recent call last):
  File "/opt/espeakcaller/espeakcaller-daemon.py", line 144, in call_status
    if self.headphones():
  File "/opt/espeakcaller/espeakcaller-daemon.py", line 52, in headphones
    if self.silenceSpeakers == 0:
AttributeError: eSpeakCallerDaemon instance has no attribute 'silenceSpeakers'
DEBUG:eSpeakCaller:state: 10  ukn1: 3  ukn2: 16
ERROR:eSpeakCaller:Error in call_status()
Traceback (most recent call last):
  File "/opt/espeakcaller/espeakcaller-daemon.py", line 162, in call_status
    if self.eSpeakProc != 0:
AttributeError: eSpeakCallerDaemon instance has no attribute 'eSpeakProc'
DEBUG:eSpeakCaller:state: 15  ukn1: 3  ukn2: 16
ERROR:eSpeakCaller:Error in call_status()
Traceback (most recent call last):
  File "/opt/espeakcaller/espeakcaller-daemon.py", line 162, in call_status
    if self.eSpeakProc != 0:
AttributeError: eSpeakCallerDaemon instance has no attribute 'eSpeakProc'
DEBUG:eSpeakCaller:state: 0  ukn1: 3  ukn2: 16
ERROR:eSpeakCaller:Error in call_status()
Traceback (most recent call last):
  File "/opt/espeakcaller/espeakcaller-daemon.py", line 162, in call_status
    if self.eSpeakProc != 0:
AttributeError: eSpeakCallerDaemon instance has no attribute 'eSpeakProc'
DEBUG:eSpeakCaller:Incoming phonecall from number: +39XXXX
DEBUG:eSpeakCaller:state: 2  ukn1: 0  ukn2: 0
DEBUG:eSpeakCaller:state: 3  ukn1: 0  ukn2: 0
DEBUG:eSpeakCaller:state: 5  ukn1: 0  ukn2: 0
ERROR:eSpeakCaller:Error in call_status()
Traceback (most recent call last):
  File "/opt/espeakcaller/espeakcaller-daemon.py", line 144, in call_status
    if self.headphones():
  File "/opt/espeakcaller/espeakcaller-daemon.py", line 52, in headphones
    if self.silenceSpeakers == 0:
AttributeError: eSpeakCallerDaemon instance has no attribute 'silenceSpeakers'
DEBUG:eSpeakCaller:state: 10  ukn1: 3  ukn2: 16
ERROR:eSpeakCaller:Error in call_status()
Traceback (most recent call last):
  File "/opt/espeakcaller/espeakcaller-daemon.py", line 162, in call_status
    if self.eSpeakProc != 0:
AttributeError: eSpeakCallerDaemon instance has no attribute 'eSpeakProc'
DEBUG:eSpeakCaller:state: 15  ukn1: 3  ukn2: 16
ERROR:eSpeakCaller:Error in call_status()
Traceback (most recent call last):
  File "/opt/espeakcaller/espeakcaller-daemon.py", line 162, in call_status
    if self.eSpeakProc != 0:
AttributeError: eSpeakCallerDaemon instance has no attribute 'eSpeakProc'
DEBUG:eSpeakCaller:state: 0  ukn1: 3  ukn2: 16
ERROR:eSpeakCaller:Error in call_status()
Traceback (most recent call last):
  File "/opt/espeakcaller/espeakcaller-daemon.py", line 162, in call_status
    if self.eSpeakProc != 0:
AttributeError: eSpeakCallerDaemon instance has no attribute 'eSpeakProc'



All times are GMT. The time now is 17:51.

vBulletin® Version 3.8.8