From: Bruce S. <Bru...@nc...> - 2007-12-22 06:05:23
|
This isn't a familiar-sounding problem. What version of VPython is this? Did you build it from a tarball or obtain it from an existing Debian package? When you say "the display hide() method", do you mean scene.visible = False, or something else? VPython is known to work on a variety of Linux platforms, so it isn't something as simple as "it doesn't work on Linux". Bruce Sherwood Frédéric Mantegazza wrote: > On samedi 22 décembre 2007, Frédéric Mantegazza wrote: > > >> I'm using vpython under debian lenny, and as soon as I close the window, >> or call the display hide() method, my app crash with the following >> error: >> >> Gdk-ERROR **: BadValue (integer parameter out of range for operation) >> serial 1309 error_code 2 request_code 129 minor_code 9 >> >> Am I doing something wrong? ASFAIR, I had this problem long ago, when I >> tried vptyhon for the first time... >> > > I just checked on a Windows XP running under VirtualBox: no crash there. > This is a linux-only problem... > > |