The solution is applying the patch treectrl_double_select_fix.patch which is a change treectrl.cpp.
How do I apply this patch.
My OS is gentoo and my version of wxPython is 2.8.10.1, python 2.6.2
Get a copy of the source that the patch is applicable to, apply the patch file with the patch command-line tool, and then rebuild wxWidgets and wxPython.
My OS is gentoo and my version of wxPython is 2.8.10.1, python 2.6.2
However that particular patch is not going to help you at all since it only changes the Windows version of the treectrl.
The solution is applying the patch treectrl_double_select_fix.patch
which is a change treectrl.cpp.
How do I apply this patch.
Get a copy of the source that the patch is applicable to, apply the patch file with the patch command-line tool, and then rebuild wxWidgets and wxPython.
My OS is gentoo and my version of wxPython is 2.8.10.1, python 2.6.2
However that particular patch is not going to help you at all since it only changes the Windows version of the treectrl.
> --
> To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com<wxPython-users%2Bunsubscribe@googlegroups.com>
> or visithttp://groups.google.com/group/wxPython-users?hl=en
Download a command line svn client for Windows and do something like:
svn diff > file.patch
SlikSVN is nice and easy to install.
-Chris
···
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
I use cygwin to be able to get tons of unix-like command line tools (among other things) on Windows, but in this case that would be somewhat like using a grenade to kill a mosquito. There are lots of tools available for Windows that are able to deal with creating and/or applying diffs or patches, everything from DOS command line tools similar to the Unix ones, to advanced GUI tools. Do a little googling to find what seems to best meet your needs.
···
On 5/24/10 11:50 PM, Fabio Spadaro wrote:
Hi,
2010/5/24 Robin Dunn <robin@alldunn.com <mailto:robin@alldunn.com>>
On 5/21/10 12:35 AM, Fabio Spadaro wrote:
Please, give me useful links to understand where to find this patch
command-line tools?
It is probably already installed on your gentoo system. If not then
search your package repository.