This is running on the same host luke is having the problem.

vincas@gabriel:~/.rss2email$ python
Python 2.5.5 (r255:77872, Nov 28 2010, 16:43:48) 
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import fcntl
>>> fd = open('/tmp/tst','w')
>>> fcntl.flock(fd,1)
>>> quit()


This seems to work.  



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to