The directory is writable by me so it does not seem to be a permissions
problem.
"Save as ..." also gives the same error. The filename changes each time
I try to save; it is xrced-<some number of random chars>
It's using tempfile.mkstemp to make a temporary file for writing to, and then it will move it to the filename that you specified to save to. Is there also a traceback of the exception? I ask because there is a fairly large block of code that could generate this error message, and so it may not actually be a filesystem issue...
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!