how apply patch to wxpython application

I reported a bug on the trectrl with tickets # 12049 (Ticket URL: <http://trac.wxwidgets.org/ticket/12049#comment:2>) the Same as # 11356.

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

···


Fabio Spadaro
www.fabiospadaro.com

To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com

or visit http://groups.google.com/group/wxPython-users?hl=en

I reported a bug on the trectrl with tickets # 12049 (Ticket URL:
<wxTrac has been migrated to GitHub Issues - wxWidgets
<wxTrac has been migrated to GitHub Issues - wxWidgets) the Same as # 11356.
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.

···

On 5/19/10 1:06 PM, Fabio Spadaro wrote:

--
Robin Dunn
Software Craftsman

--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en

Hi,

···

2010/5/20 Robin Dunn robin@alldunn.com

On 5/19/10 1:06 PM, Fabio Spadaro wrote:

I reported a bug on the trectrl with tickets # 12049 (Ticket URL:

<http://trac.wxwidgets.org/ticket/12049#comment:2

<http://trac.wxwidgets.org/ticket/12049#comment:2>>) the Same as # 11356.

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.

Robin Dunn

Software Craftsman

http://wxPython.org

To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com

or visit http://groups.google.com/group/wxPython-users?hl=en

Please, give me useful links to understand where to find this patch command-line tools?
Thanks.

Fabio Spadaro
www.fabiospadaro.com

To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com

or visit http://groups.google.com/group/wxPython-users?hl=en

It is probably already installed on your gentoo system. If not then search your package repository.

···

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?

--
Robin Dunn
Software Craftsman

--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en

Hi,

···

2010/5/24 Robin Dunn 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.

Robin Dunn

Software Craftsman

http://wxPython.org

To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com

or visit http://groups.google.com/group/wxPython-users?hl=en

And to do that on Windows?


Fabio Spadaro
www.fabiospadaro.com

To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com

or visit http://groups.google.com/group/wxPython-users?hl=en

Download a command line svn client for Windows and do something like:

svn diff > file.patch

Or even easier, download TortoiseSVN and use it to create the patch.

···

On May 25, 1:50 am, Fabio Spadaro <fabiolinos...@gmail.com> wrote:

Hi,

2010/5/24 Robin Dunn <ro...@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.

> --
> Robin Dunn
> Software Craftsman
>http://wxPython.org

> --
> 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

And to do that on Windows?

--
Fabio Spadarowww.fabiospadaro.com

-------------------
Mike Driscoll

Blog: http://blog.pythonlibrary.org

--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en

Mike Driscoll wrote:

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

Chris.Barker@noaa.gov

--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en

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.

And to do that on Windows?

--
Robin Dunn
Software Craftsman