Date: Thu, 26 Aug 2004 17:05 +0100 (BST)
To: wxpython-users@lists.wxwidgets.org
From: hgibson@cix.co.uk (Hugh Gibson)
Subject: Re: [wxPython-users] WYSIWYG editor for simple HTML
Message-Id: <memo.20040826170543.1404L@abc.mail.cix.co.uk>Try wxMozilla. You can find it at http://wxmozilla.sf.net
Robin, could you comment to this?
I installed the unicode version of wxPython 2.4, but found that wxMozilla
was looking for the non-unicode version of wxmsw24h.dll.As the wxMozilla editor supports unicode in its files (I installed
non-unicode wxPython 2.4 and put some unicode values into an edited file)
and our app is unicode, are there any special build instructions for
getting it to work with unicode wxPython 2.4?
It is possible to get wxMozilla working with Unicode on MSW wxPython 2.4, but it's a rather complex setup. It basically consists of getting a wxPython source tree + the wxPythonDev package and installing the dev package into the source tree to setup your build environment. Then you need to patch wxPython's setup.py to add a section for building wxMozilla, and let it know where it can find your Mozilla includes and sources. With wxMozilla CVS HEAD and wxPython 2.5.2.7, things are much easier so you may want to consider that route if at all possible. Otherwise, if you're really interested in a Unicode build for 2.4, I'll see if I can make some time for it probably next week or so.
Thanks,
Kevin