The collected works of prajjwal

Hi,
I have been through the posts above, and I seem to be facing a problem very similar to the original one above. I am trying to run a python based software on an irix (IRIX 6.5) machine over ssh. I am easily able to run firefox and thunderbird through tunneling, but when I try to run the python software, I get:

The program 'python' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
(Details: serial 68 error_code 2 request_code 138 minor_code 1)
(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.)

The same software runs easily on linux machines remotely. I am sure that this is most likely a library incompatibliy (library the python program is using) issue with the IRIX xserver, but I would still like to know if there are any workarounds. I am quite new to IRIX, so I would appreciate any suggestions you may have.

Thank you,
Prajjwal