bc90021 <[EMAIL PROTECTED]> writes:

> The error message was at the top of the thread (am I incapable of posting 
> it, or are you incapable of following a thread?), but here it is again:
>
> IOError: [Errno 2] no such file u'tempfileName'

Typically, when you report an error message, it helps to paste the
whole traceback. For example, it may be that you are seeing an error
from an old version of the file that has quotes around tempfileName,
or the error is coming from somewhere else.

But to answer your original question: no, there are no problems with
threading and files, and this is just simple human mistake somewhere.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to