[wxPython] gdk error...

hi list,

after updating from verison "2.3.2.1" to "2.3.3pre5"
my application throws the following error, when i click an icon within
the wxTreeCtrl:

Gdk-ERROR **: BadMatch (invalid parameter attributes)
  serial 4636 error_code 8 request_code 59 minor_code 0
[achim@ws190 client]$ ./smc_client.py
/usr/local/lib/python2.2/site-packages/wxPython/utils.py:2:
RuntimeWarning: Pyth on C API version mismatch
for module utilsc: This Python has API version 1011, m
odule utilsc has version 1010.
  import utilsc
Gdk-ERROR **: BadMatch (invalid parameter attributes)
  serial 3871 error_code 8 request_code 59 minor_code 0

what went wrong?

/achim

···

--
DDD/Design Gesellschaft fuer Multimedia mbH
Jarrestraße 46 D - 22303 Hamburg
Tel 040.278837.218 Fax 040.278837.300
http://www.ddd.de mailto:achim.gosse@ddd.de
1C17 DDE6 82A5 D1EC A697 0E70 194A 5FBF A987 30B1

after updating from verison "2.3.2.1" to "2.3.3pre5"
my application throws the following error, when i click an icon within
the wxTreeCtrl:

[achim@ws190 client]$ ./smc_client.py
/usr/local/lib/python2.2/site-packages/wxPython/utils.py:2:
RuntimeWarning: Pyth on C API version mismatch
for module utilsc: This Python has API version 1011, m
odule utilsc has version 1010.
  import utilsc

It looks like you have a utilsc.so that was built for a previouse version of
Python. However the utilsc module is no longer a separate extension, remove
the /usr/local/lib/python2.2/site-packages/wxPython/utilsx.so file.

Gdk-ERROR **: BadMatch (invalid parameter attributes)
  serial 3871 error_code 8 request_code 59 minor_code 0

This one I don't know about.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!