Hi,
I'm porting a perl cgi script that runs on a regular linux platform to python on MWS.
I ported the perl to python on linux and that now works, but when I move it to MWS, it fails with :
I use fcntl in order to lock a file so that more than one instance of the server cannot append to the file at the same time.Code:ImportError: No module name fcntl
It seems like this would be basic functionality, so I'm figuring there must be some way of doing what I want.
Any clues?
Max.








