On 23/05/14 12:57, SABARWAL, SHAL wrote:
Wondering if anyone came across this error in using form =
cgi.FieldStorage()

import tempfile

                     File /tempfile.py", line 83, in <module> _once_lock
= _allocate_lock()

                         thread.error: can't allocate lock

puthon version 2.7, on HP-UX 11.11

Since we can't see the code in tempfile.py we could ony guess
Also please include the full error traceback, that looks like
you have summarised it.

As it stands it is impossible to tell how tempfile.py relates to cgi.FieldStorage() or even if the error is related to that
at all.

--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.flickr.com/photos/alangauldphotos

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to