Date: Fri, 27 Aug 2004 18:54:17 -0700
To: wxPython-users@lists.wxwidgets.org
From: Cliff Wells <clifford.wells@comcast.net>
Subject: Re: [wxPython-users] WYSIWYG editor for simple HTML
Message-Id: <1093658057.3230.951.camel@devilbox.devilnet.internal>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.Kevin,
Could you share your procedure for building wxMozilla (from CVS) with
wxPython 2.5.2? I tinkered around with it for a while but was unable to
get it to work.
Sorry for the late reply - I don't check this list as often as maybe I should. ;-/ To those who asked about this, basically, what you need to do is get wxMozilla CVS, then cd into "wxPython/contrib/mozilla25/" and run the following:
"python setup.py install WX_CONFIG=/usr/local/lib/wxPython-2.5.2.x"
Where the ".x" is .7 or .8 depending on which version of wxPython you have. Also, I've only got SWIGged files for Windows in CVS at the moment, meaning you'll have to either build with SWIG yourselves on *nix, or let me know and I'll try to SWIG the files this weekend. This is all still rather new, so let me know if things work OK for you.
HTH,
Kevin
···
On Thu, 2004-08-26 at 23:29, Kevin Ollivier wrote: