Closed GoogleCodeExporter closed 9 years ago
I tried running gutsy's stock specto from a terminal open in some random
directory
(/tmp), and it started up fine. I don't know if that is what you did? Not sure I
understand the problem correctly.
If you are running the SVN version (alongside the 0.2 version or not), you need
to
start it using launch.sh. What command did you use to start specto?
Original comment by nekoh...@gmail.com
on 17 Sep 2007 at 1:05
The check for the "data" dir is necessary to see if we have to use the specto
library
or use the file paths for glade files.
In my dev branch i extended this check with the "spectlib" dir so now these 2
dirs
need to be present before specto accepts that u used launch.sh to start specto
Original comment by woutclym...@gmail.com
on 6 Jan 2008 at 11:21
Original comment by woutclym...@gmail.com
on 10 Feb 2008 at 4:41
Original comment by nekoh...@gmail.com
on 18 Mar 2008 at 2:32
ah, great ;)
thanks
Original comment by catchmei...@gmail.com
on 28 Mar 2008 at 12:36
This is currently only fixed in the 0.3 development branch! (that will
hopefully be
released soon)
For a fix in the 0.2 branch:
http://ubuntuforums.org/showthread.php?t=726960&highlight=specto
Original comment by woutclym...@gmail.com
on 28 Mar 2008 at 12:38
I'm running specto 0.3 rc1 on ubuntu 8.10 and i'm getting that error still
myusername@ubuntu:~$ specto
(specto:4053): libglade-WARNING **: could not find glade file
'/home/myusername/data/glade/notifier.glade'
Traceback (most recent call last):
File "/usr/bin/specto", line 30, in <module>
specto = Specto()
File "/usr/lib/python2.5/site-packages/spectlib/main.py", line 109, in __init__
self.notifier = Notifier(self)
File "/usr/lib/python2.5/site-packages/spectlib/notifier.py", line 85, in __init__
self.wTree = gtk.glade.XML(gladefile, windowname, self.specto.glade_gettext)
RuntimeError: could not create GladeXML object
If I cd to the Desktop and start specto from there it starts up fine.
Just an FYI.
- Jimmy
Original comment by jimmyp3...@gmail.com
on 5 Mar 2009 at 3:35
Now that's strange. Why is specto trying to look for that as if the prefix was ~
instead of /usr or something? Did you install specto using the .deb package?
Original comment by nekoh...@gmail.com
on 5 Mar 2009 at 4:56
Fixed in rev 140 from my branch
Original comment by woutclym...@gmail.com
on 5 Mar 2009 at 5:13
Jimmy, can you test wout's branch and see if it solves the problem on your end?
You
can get it by doing
bzr branch lp:~woutc/specto/specto-woutc
Original comment by nekoh...@gmail.com
on 5 Mar 2009 at 7:24
One dirty solution is create shell script with
cd /usr/lib/python2.5/site-packages/spectlib && specto
and assing this script to launcher
Original comment by eder.sohe
on 8 Mar 2009 at 3:36
Original issue reported on code.google.com by
catchmei...@gmail.com
on 17 Sep 2007 at 6:55