the demo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15551
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
from wxPython.wx import *
from wxPython.html import wxHtmlWindow
from wxPython.wx import *
from wxPython.html import wxHtmlWindow
+from wxPython.stc import *
+
import images
#---------------------------------------------------------------------------
import images
#---------------------------------------------------------------------------
os.chdir(demoPath)
except:
pass
os.chdir(demoPath)
except:
pass
+ app = MyApp(wxPlatform == "__WXMAC__")
-_defRedirect = (wxPlatform == '__WXMSW__')
+_defRedirect = (wxPlatform == '__WXMSW__' or wxPlatform == '__WXMAC__')
#----------------------------------------------------------------------
# The main application class. Derive from this and implement an OnInit
#----------------------------------------------------------------------
# The main application class. Derive from this and implement an OnInit
%{
#include "helpers.h"
%}
%{
#include "helpers.h"
%}