Python/Cygwin PyOS_InputHook
gb at cs.unc.edu
gb at cs.unc.edu
Wed Sep 19 14:53:15 EDT 2001
More information about the Python-list mailing list
Wed Sep 19 14:53:15 EDT 2001
- Previous message (by thread): Python/Cygwin PyOS_InputHook
- Next message (by thread): python2.1 on a SGI machine
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Jason's answer and some a red-herring that looked like a bug in python led me to the truth. Turns out the problem was in the pygist extension module. It has a redundant declaration of PyOS_InputHook. This is not needed because it is properly declared (with the DL_IMPORT trick) in pythonrun.h. Just eliminating the line from the pygist extension module fixed things up. It runs with an X server nicely now. Thanks gb
- Previous message (by thread): Python/Cygwin PyOS_InputHook
- Next message (by thread): python2.1 on a SGI machine
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list