Error loading file None: sizer or sizeritem object cannot be None_

Hi There:

I am trying to open a xrc file using WxGlade 0.6.7

Usually while trying to import the xrc file on WxGlade, I would run into the “unpack” error after which I would add a “-1” to the 14 and make it 14,-1.

After resolvingt hat error, I have now run into this error where I see “Error Loading File None: sizer or sizeritem object cannot be None_”

Has someone else seen this before?

kb wrote:

Hi There:

I am trying to open a xrc file using WxGlade 0.6.7

Usually while trying to import the xrc file on WxGlade, I would run into
the "unpack" error after which I would add a "-1" to the <size>14</size>
and make it <size>14,-1</size>.

After resolvingt hat error, I have now run into this error where I see
"Error Loading File None: sizer or sizeritem object cannot be None_"

Has someone else seen this before?

Sounds like malformed XML to me. Was the .xrc file made by hand or by some tool?

···

--
Robin Dunn
Software Craftsman