[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [VG] RE: startup scripts for DNS?/ priority change with natlink
- To: Bart Jan van Os <http://www.fsw.LeidenUniv.nl/~os>
- Subject: Re: [VG] RE: startup scripts for DNS?/ priority change with natlink
- From: http://dummy.us.eu.org/robert (robert)
- Date: Wed, 14 Nov 2001 12:39:17 -0500
- In-Reply-To: <4.3.1.2.20011114183032.00b66e38@fswrul.fsw.LeidenUniv.nl>
- Keywords: spam http://www.fsw.LeidenUniv.nl/~os
> 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