Error trying to save in xrced

This may be some winXP oddity.

Installed software:
Python 2.4.1
pywin32-204.win32-py2.4
wxPython2.6-win32-ansi-2.6.1.0-py24

I launch xrced, add some elements to the empty tree, save it, add some
more elements, try to save again, and I get this error message:

Error writing file: c:\docume~1\martinr\locals~1\temp\xrced-zkeehm

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>

Has anybody seen this? I did a google search and did not find anything.

Thanks,

Rick

Martin Richard wrote:

This may be some winXP oddity.

Installed software:
Python 2.4.1
pywin32-204.win32-py2.4
wxPython2.6-win32-ansi-2.6.1.0-py24

I launch xrced, add some elements to the empty tree, save it, add some
more elements, try to save again, and I get this error message:

Error writing file: c:\docume~1\martinr\locals~1\temp\xrced-zkeehm

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!