Hi,
I get this strange error with wxpython. I don’t know how to resolve it and the gui doesn’t pop up correctly with it.
I am using the xrcresourceEditor and I get htis when running “python testing_xrc.py”
swig/python detected a memory leak of type ‘wxPyXmlSubclassFactory *’, no destructor found.
Anyone know what this means and how it can be fixxed?
If I need, I am willing to supply the code.
Thanks,
Derek
A fix is to stop using xrc if you can.
Hi Derek,
···
On 8/13/2014 22:29, Derek Riemer wrote:
Hi,
I get this strange error with wxpython. I don't know how to resolve it and the gui doesn't pop up correctly with it.
I am using the xrcresourceEditor and I get htis when running "python testing_xrc.py"
swig/python detected a memory leak of type 'wxPyXmlSubclassFactory *', no destructor found.
I don't use xrc, but a bit of googling gave this.
Werner
CHANGES.txt in a 3.0.1 install contains this line:
Fixed "wxPyXmlSubclassFactory *', no destructor found." error.
so maybe you should try 3.0.1, Derek.
- Anders
···
On 8/13/2014 22:29, Derek Riemer wrote:
swig/python detected a memory leak of type 'wxPyXmlSubclassFactory *',
no destructor found.