Updates:
        Status: Pending

Comment #1 on issue 1492 by pekka.klarck: Sometimes I get "No usable temporary directory found ..." I/O exceptions after pybot starts executing
http://code.google.com/p/robotframework/issues/detail?id=1492

This error comes directly from Python. Based the resources I found with a little googling, the typical reasons are that you don't have access right to any possible temporary directory or the disk containing them is full. Since adding a little sleep to tempfile module itself fixes this, your problem is likely different.

Have you investigated this issue yourself? Do you get it also if you run `tempfile.gettempdir()` on Python prompt? You can test that also directly from the command line like this:

    python -c "import tempfile; print tempfile.gettempdir()"


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to