File locking in Pythonwin?

Michael Appelmans mappel at 123ibm.net
Mon Mar 13 13:33:21 EST 2000


Thanks, thats a winner!

Michael

"Fredrik Lundh" <effbot at telia.com> wrote in message
news:U0Py4.437$Mn5.188979712 at newsa.telia.net...
> Michael Appelmans wrote:
> > Is there a way I can use native file locking (byte range locking) on Win
> > platform? We have some C apps that update a file and I would like to use
> > Python to update the same file. To prevent contention I need to be able
to
> > lock and unlock the queue control record (first 128 bytes of the file).
>
> http://www.deja.com/=dnc/getdoc.xp?AN=589808979
>
> </F>
>
>





More information about the Python-list mailing list