New issue 345 by andreagr...@gmail.com: Specto does not start
http://code.google.com/p/specto/issues/detail?id=345
Hello,
I've been using Specto on Ubuntu 11.04 for some time, but it suddenly
stopped starting few days ago. When I start the program through the
Terminal I get the following messages:
Traceback (most recent call last):
File "/usr/bin/specto", line 30, in <module>
specto = Specto()
File "/usr/lib/python2.7/dist-packages/spectlib/main.py", line 128, in
__init__
self.watch_db.create(values)
File "/usr/lib/python2.7/dist-packages/spectlib/watch.py", line 304, in
create
watch_ = obj(self.specto, self.id, values[i])
File "/usr/lib/python2.7/dist-packages/spectlib/plugins/watch_web_static.py",
line 71, in __init__
self.standard_open_command = spectlib.util.return_webpage(values['uri'])
File "/usr/lib/python2.7/dist-packages/spectlib/util.py", line 33, in
return_webpage
return (default_browser % webpage) #return the browser with the page
TypeError: %u format: a number is required, not str
Can anyone help me with this?
Thanks a lot,
Andrea
Comment #1 on issue 345 by nekoh...@gmail.com: Specto does not start
http://code.google.com/p/specto/issues/detail?id=345
Hi, what version is this? Have you tried with 0.4?