> From: Bart Jan van Os <http://www.fsw.LeidenUniv.nl/~os> > Date: Wed, 14 Nov 2001 18:31:58 +0100 > > Yep, there is; something titled like `Python win32 programming', > > it is in the office, you'll have to wait for the ISBN. Got it!: Python Programming on Win 32 by Mark Hammond, Andy Robinson ISBN: 1565926218 That's all I needed, thanks! > BJ > > At 09:37 11/14/2001 -0500, you wrote: > >Hi. Is there a book or web site which covers win32 functions in Python? > > > >Thanks. > > > > > From: Bart Jan van Os <http://www.fsw.LeidenUniv.nl/~os> > > > Date: Mon, 29 Oct 2001 22:49:14 +0100 > > > > > > If you want to change the priority of Natspeak at startup, you may > > want to > > > use the following script. > > > Save it as `_setpriority.py' in your natlink\Macrosystem directory. > > > (make sure that spaces at the start of lines are correct, they may have > > > been corrupted by email transfer) > > > > > > Bart Jan > > > > > > > > ############################################################################ > > > # > > > # global Python grammar file: _setpriority.py > > > import win32con,win32api,win32process