Re: [Tutor] cgi.FieldStorage() causing thread.error: can't allocate lock

2014-06-01 Thread SABARWAL, SHAL
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

[Tutor] cgi.FieldStorage() causing thread.error: can't allocate lock

2014-05-23 Thread SABARWAL, SHAL
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 ___