[PyQt] PyOS_InputHook and pyqt versions

Brian Granger ellisonbg.net at gmail.com
Mon Jul 20 22:53:48 BST 2009


Thanks Phil!

Cheers,

Brian

On Mon, Jul 20, 2009 at 2:45 PM, Phil Thompson
<phil at riverbankcomputing.com>wrote:

> On Mon, 20 Jul 2009 12:13:37 -0700, Brian Granger <ellisonbg.net at gmail.com
> >
> wrote:
> > Hi,
> >
> > Currently, pyqt can be used interactively from Python due to how it sets
> > the
> > PyOS_InputHook hook.  Similarly this capability can be turned off by
> using
> > the pyqtRemoveInputHook() function.
> >
> > Questions:
> >
> > * How long (in time or in terms of PyQt versions) has pyqt been setting
> > PyOS_InputHook?
> > * How long (in time or in terms of PyQt versions) ha pyqt had the
> > pyqtRemoveInputHook() function?
> >
> > Thanks.  I need to use these capabilities in a project and I want to know
> > what versions of PyQT they will work with.
>
> According to the ChangeLog, v4.2 (April 2007) for PyOS_InputHook and v4.3.1
> (September 2007) for pyqtPremoveInputHook.
>
> Phil
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20090720/78183450/attachment.html


More information about the PyQt mailing list