From 2cea6a0e96005770a72a664d91603e8aba029881 Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Wed, 11 Jul 2012 17:40:53 +0000 Subject: [PATCH] Missing piece of wxPyCleanup fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- etg/_core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/etg/_core.py b/etg/_core.py index 874962ef..4e461775 100644 --- a/etg/_core.py +++ b/etg/_core.py @@ -434,6 +434,7 @@ def run(): """) # Here is the function it calls module.includeCppCode('src/core_ex.cpp') + module.addItem(etgtools.WigCode("void _wxPyCleanup();")) #-----------------------------------------------------------------