-
I've tested rurple1.0rc3, running on amd64 Gentoo/Linux, with Python 2.5.2 and wxPython 2.8.9.1.
When clicking at "Load robot images" button, or even when trying to close the window after changing something, I get:
NameError: global name 'os' is not defined
After some digging, I found the cause of this problem. Somehow (probably a bug in wxpython), the following line removes 'os' from...
2009-04-15 12:38:19 UTC in RUR: a Python Learning Environment
-
I've tested rurple1.0rc3, running on amd64 Gentoo/Linux, with Python 2.5.2 and wxPython 2.8.9.1.
The "robot speed" slider bar is unusable, because it appears to have a length of zero. See the attached screenshot.
The solution is simple. Change the line 101 of rur_py/bouton.py from:
(-1, -1), (-1, -1),
to
(-1, -1), (64, -1),
2009-04-15 11:40:40 UTC in RUR: a Python Learning Environment
-
Is there anything special that must be done to let me use "gvimdiff" as a diff command?
When I try to use it, one of the files (the /tmp/ one, probably the one which is downloaded from svn) is always opened as an empty file.
gvimdiff comes with the Vim editor. It is basically just another way to call Gvim. http://www.vim.org/
Any idea about how to use gvimdiff with esvn?.
2008-08-14 22:53:13 UTC in eSvn
-
Hey, be happy. I've tested it again at the same system and now it works. Not sure in which package the bug was, but now it looks like fixed.
Now using Gentoo/Linux on Pentium III with nvidia-driver-1.0.9639 and beryl-0.2.1.
2007-11-02 02:12:37 UTC in Fractal planet and terrain generator
-
Well, I doubt the problem is Gentoo-only.
The point is, I've tested this some time ago, with nvidia 1.0.9xxx card and beryl-0.2.1. If you've tested that with Compiz Fusion, then probably it is more recent than Beryl, and might have had some bugs fixed.
I'm going to try it again at the same system, with beryl-0.2.1, sometime soon and report it here. If you are using the (newer) compiz...
2007-10-27 18:10:55 UTC in Fractal planet and terrain generator
-
Yeah, I've just updated my fluxbox to 1.0.0, and of course this "bug" persists.
I found the reversewheeling setting. That did the trick.
2007-10-11 17:18:11 UTC in Fluxbox
-
Distro: Gentoo/Linux
Version: fluxbox-1.0_rc3_p5059
I've edited ~/.fluxbox/keys so that mouse wheel up would go to previous workspace and mouse wheel down would go to next workspace (the opposite of the default behavior):
OnDesktop Mouse5 :nextWorkspace
OnDesktop Mouse4 :prevWorkspace
However, using mouse wheel over the taskbar/iconbar/toolbar/whatever-it-is-called still has the...
2007-10-11 13:19:25 UTC in Fluxbox
-
I would like to reopen this bug if possible. Fluxbox should have automatically added "OnToolbar" entries on keys file. However, it has added only the OnDesktop entries.
This increases users confusion (and bugs like this).
I was about to submit a bug telling that I've swapped left/right at OnDesktop entries but wheeling over the toolbar still had the previous behavior, when I found this bug.
2007-10-11 12:56:07 UTC in Fluxbox
-
Make sure your gvim does not set "cols" and "rows" vim variables at ~/.vimrc or ~/.gvimrc (or at other vim script).
2007-10-11 12:52:56 UTC in Fluxbox
-
Debian and the old packages...
I don't know (or don't remember) any other QT+OpenGL program. I know QT programs works ok (like Opera, evolvotron and many others) and OpenGL (sometimes with SDL) programs also work ok (like blender, glxgears, Google Earth, Quake 3 demo).
I think the reason might be something that might not be refreshing correctly, or some missing function call somewhere,.....
2007-07-02 14:18:30 UTC in Fractal planet and terrain generator