diff --git a/etg/webview.py b/etg/webview.py index 37d0bcf6..384205eb 100644 --- a/etg/webview.py +++ b/etg/webview.py @@ -73,6 +73,8 @@ def run(): c.find('RegisterFactory').setCppCode_sip( "wxWebView::RegisterFactory(*backend, wxSharedPtr(factory));") + c.find('RunScript.output').out = True + # Custom code to deal with the # wxVector> return type of these two