Dave Crossland
2009-05-09 19:00:44 UTC
Hi,
I have a problem with the current source that I don't understand:
$ hg clone https://code.goto10.org/hg/shoebot
$ cd shoebot; sudo python setup.py install
$ ./shoebot-ide /usr/share/shoebot/examples/random/RandomVarEllipseOpacity.bot
This is a console window, error messages and script output are shown here,
you can clear the window selecting and deleting the content
Traceback (most recent call last):
File "./shoebot-ide", line 967, in run_script
self.sbot_window = gtkui.ShoebotWindow(codestring,
self.use_socketserver, 7777, self.use_varwindow, self.go_fullscreen)
File "/home/crossland/src/shoebot/shoebot/gtkui.py", line 328, in __init__
self.drawingarea = ShoebotDrawingArea(self, self.bot)
File "/home/crossland/src/shoebot/shoebot/gtkui.py", line 100, in __init__
exec l in self.bot.namespace
File "<string>", line 1, in <module>
NameError: name 'xed' is not defined
Yet,
$ chmod +x sbot
$ ./sbot '/usr/share/shoebot/examples/random/RandomVarEllipseOpacity.bot'
$ evince output.png
works fine, so I'm confused :-)
Also, please note that the current "./sbot" file doesn't have
executable permissions; is that right?
I have a problem with the current source that I don't understand:
$ hg clone https://code.goto10.org/hg/shoebot
$ cd shoebot; sudo python setup.py install
$ ./shoebot-ide /usr/share/shoebot/examples/random/RandomVarEllipseOpacity.bot
This is a console window, error messages and script output are shown here,
you can clear the window selecting and deleting the content
Traceback (most recent call last):
File "./shoebot-ide", line 967, in run_script
self.sbot_window = gtkui.ShoebotWindow(codestring,
self.use_socketserver, 7777, self.use_varwindow, self.go_fullscreen)
File "/home/crossland/src/shoebot/shoebot/gtkui.py", line 328, in __init__
self.drawingarea = ShoebotDrawingArea(self, self.bot)
File "/home/crossland/src/shoebot/shoebot/gtkui.py", line 100, in __init__
exec l in self.bot.namespace
File "<string>", line 1, in <module>
NameError: name 'xed' is not defined
Yet,
$ chmod +x sbot
$ ./sbot '/usr/share/shoebot/examples/random/RandomVarEllipseOpacity.bot'
$ evince output.png
works fine, so I'm confused :-)
Also, please note that the current "./sbot" file doesn't have
executable permissions; is that right?
--
Regards,
Dave
Regards,
Dave