Open GoogleCodeExporter opened 8 years ago
I'm having a similar issue. Can run fine as root. As soon as I try as user
asterisk
it craps out. It seems to be a permissions problem, but I can't figure it out
from
the error output. Here is what I get when trying to run the gvoice command as
user
asterisk:
Traceback (most recent call last):
File "/usr/bin/gvoice", line 7, in ?
pkg_resources.run_script('pygooglevoice==0.5', 'gvoice')
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 407, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 1091, in run_script
exec script_code in namespace, namespace
File "/usr/bin/gvoice", line 129, in ?
File "build/bdist.linux-i686/egg/googlevoice/voice.py", line 99, in call
File "build/bdist.linux-i686/egg/googlevoice/conf.py", line 39, in phoneType
File "build/bdist.linux-i686/egg/googlevoice/conf.py", line 30, in get
File "/usr/lib/python2.4/ConfigParser.py", line 506, in get
d = self._defaults.copy()
AttributeError: Config instance has no attribute '_defaults'
Logging out of voice...
Original comment by jhbori...@gmail.com
on 11 Mar 2010 at 5:03
I was getting the AttributeError: Config instance has no attribute '_defaults',
too.
I wasn't specifying the phoneType on the gvoice command line, after the two
phone
numbers.
1 (for home) in my case
Original comment by tndo...@gmail.com
on 27 Apr 2010 at 3:05
Original issue reported on code.google.com by
netnut...@gmail.com
on 10 Jan 2010 at 5:21