[wxPython-users] X Errors on the command line

Robin Dunn robin at alldunn.com
Mon Aug 14 10:19:32 PDT 2006


Donn Ingle wrote:
> I am writing a wxPython app that will initially be called from the
> command-line using flags etc. When I start an app (any wxgtk/py app) it
> usually spits out X errors like:
> X Error: BadDevice, invalid or uninitialized input device 169
>   Major opcode:  147
>   Minor opcode:  3
>   Resource id:  0x0
> Failed to open device
> X Error: BadDevice, invalid or uninitialized input device 169
>   Major opcode:  147
>   Minor opcode:  3
>   Resource id:  0x0
> Failed to open device

They are coming from the X lib.  Does starting other X apps from a 
command line result in the same messages?  Have you checked your X 
configuration to see if it specifies some device that doesn't exist on 
your system?

> 
> Is there some way to suppress these so they don't appear?

Not from wxPython.

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





More information about the wxpython-users mailing list