Folks,
Appreciate any more insight into this problem. ?
The error occurs not frequently, and would still like to understand and resolve
it.
Thanks
Shal
From: SABARWAL, SHAL
Sent: Wednesday, May 28, 2014 5:07 PM
To: 'tutor@python.org'
Subject: RE: cgi.FieldStorage() causing thread.er
Wondering if anyone came across this error in using form = cgi.FieldStorage()
import tempfile
File /tempfile.py", line 83, in _once_lock =
_allocate_lock()
thread.error: can't allocate lock
puthon version 2.7, on HP-UX 11.11
___