Error trying to save in xrced

Robin,

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...

There is no traceback. It is just a pop-up window.

The following may or may not help debug it. I just tried this.

Started with new xrc.
Added a panel. Saved okay.
Added a sizer. Saved okay.
Added a label. Saved okay.
Added a button. Saved okay.
Set the XML id for the button. Saved okay.
Set the label for the button. Got the error when saving.

At this point in time, if I select different items in the tree view on
the left side, the right side does not change. And if I select the
panel and click on the "Test" button, it does not appear.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org

Martin Richard wrote:

Robin,

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...

There is no traceback. It is just a pop-up window.

The following may or may not help debug it. I just tried this.

Started with new xrc.
Added a panel. Saved okay.
Added a sizer. Saved okay.
Added a label. Saved okay.
Added a button. Saved okay.
Set the XML id for the button. Saved okay.
Set the label for the button. Got the error when saving.

At this point in time, if I select different items in the tree view on
the left side, the right side does not change. And if I select the
panel and click on the "Test" button, it does not appear.

Works fine here.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!