I am testing under linux an app i have been developing on windows and I
get this error (pasted below). I have been searching for hints on the net but couldnt really get any clear idea on how to go about it.
any ideas?
thanks!
The program 'python' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 282 error_code 8 request_code 143 minor_code 5)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error()
function.)
I am testing under linux an app i have been developing on windows and I
get this error (pasted below). I have been searching for hints on the net but couldnt really get any clear idea on how to go about it.
any ideas?
thanks!
The program 'python' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
Does your app have multiple threads? If so, does a thread other than the main GUI thread do anything GUI related?
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
I am testing under linux an app i have been developing on windows and I
get this error (pasted below). I have been searching for hints on the net but couldnt really get any clear idea on how to go about it.
any ideas?
thanks!
The program 'python' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
Does your app have multiple threads? If so, does a thread other than the main GUI thread do anything GUI related?
no. i am not using threads at all.
I only have the timer triggering the drawing. It is the same app i was describing few days ago with the problem refreshing the opengl canvas within wx.