Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion modifying wx backend

Received: by 10.42.145.129 with SMTP id f1mr1019759icv.21.1344004910463;
        Fri, 03 Aug 2012 07:41:50 -0700 (PDT)
X-BeenThere: wxpython-dev@googlegroups.com
Received: by 10.182.117.8 with SMTP id ka8ls3004739obb.4.gmail; Fri, 03 Aug
 2012 07:41:49 -0700 (PDT)
Received: by 10.236.109.233 with SMTP id s69mr370898yhg.11.1344004909923;
        Fri, 03 Aug 2012 07:41:49 -0700 (PDT)
Date: Fri, 3 Aug 2012 07:41:49 -0700 (PDT)
From: Chris Mitchell <chris.m...@gmail.com>
To: wxPython-dev@googlegroups.com
Cc: wxpython-dev@googlegroups.com
Message-Id: <bc0672bb-43c8-43db-8f76-6fb51ee0285f@googlegroups.com>
In-Reply-To: <501B65B2.6050406@alldunn.com>
References: <0c8b0929-c588-4797-8c06-c6d4b2a502fc@googlegroups.com> <b20a49d6-516e-488f-bebe-3a8521533c91@googlegroups.com>
 <501B65B2.6050406@alldunn.com>
Subject: Re: [wxPython-dev] Re: modifying wx backend
MIME-Version: 1.0
Content-Type: multipart/mixed; 
	boundary="----=_Part_495_25963653.1344004909225"

------=_Part_495_25963653.1344004909225
Content-Type: multipart/alternative; 
	boundary="----=_Part_496_23066406.1344004909231"

------=_Part_496_23066406.1344004909231
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks Robin, tracing back found the issue.  I was actually modifying the 
right files, but just the wrong methods which weren't being called by 
wxPython's grid, but were being using in the griddemo.

Chris

On Friday, August 3, 2012 1:46:26 AM UTC-4, Robin Dunn wrote:
>
> On 8/2/12 7:37 PM, Chris Mitchell wrote: 
> > I posted the above from my phone, here's more info.  I'm testing my 
> > wxWidgets changes by compiling wxWidgets and seeing them in the grid 
> > demo, so I know the code is being compiled/linked correctly.  I updated 
> > my PYTHONPATH/LD_LIBRARY_PATH/ran ldconfig as well.  I tried using both 
> > the wxPython build script, and the setup.py script to install wxPython. 
> > 
> > On Thursday, August 2, 2012 8:54:50 PM UTC-4, Chris Mitchell wrote: 
> > 
> >     I'm trying to optimize/find bottlenecks in the widgets for my app, 
> >     particularly the grid.  I've tried changing some of the code in the 
> >     wxwidgets included in wxpython,but it doesn't seem to be 
> >     perpetuating to wxpython. I'm recompiling after each change (both 
> >     wxwigets and wxpython).  Any advice on what i may be doing wrong? 
> >       I'm on ubuntu 11.10, the latest wxpython dev release. 
>
> You can use ldd on one of the wxPython extension modules to see what 
> shared libraries they are loading. 
>
> -- 
> Robin Dunn 
> Software Craftsman 
> http://wxPython.org 
>
>
------=_Part_496_23066406.1344004909231
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

Thanks Robin, tracing back found the issue. &nbsp;I was actually modifying the right files, but just the wrong methods which weren't being called by wxPython's grid, but were being using in the griddemo.<div><br></div><div>Chris<br><br>On Friday, August 3, 2012 1:46:26 AM UTC-4, Robin Dunn wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">On 8/2/12 7:37 PM, Chris Mitchell wrote:
<br>&gt; I posted the above from my phone, here's more info. &nbsp;I'm testing my
<br>&gt; wxWidgets changes by compiling wxWidgets and seeing them in the grid
<br>&gt; demo, so I know the code is being compiled/linked correctly. &nbsp;I updated
<br>&gt; my PYTHONPATH/LD_LIBRARY_PATH/ran ldconfig as well. &nbsp;I tried using both
<br>&gt; the wxPython build script, and the setup.py script to install wxPython.
<br>&gt;
<br>&gt; On Thursday, August 2, 2012 8:54:50 PM UTC-4, Chris Mitchell wrote:
<br>&gt;
<br>&gt; &nbsp; &nbsp; I'm trying to optimize/find bottlenecks in the widgets for my app,
<br>&gt; &nbsp; &nbsp; particularly the grid. &nbsp;I've tried changing some of the code in the
<br>&gt; &nbsp; &nbsp; wxwidgets included in wxpython,but it doesn't seem to be
<br>&gt; &nbsp; &nbsp; perpetuating to wxpython. I'm recompiling after each change (both
<br>&gt; &nbsp; &nbsp; wxwigets and wxpython). &nbsp;Any advice on what i may be doing wrong?
<br>&gt; &nbsp; &nbsp; &nbsp; I'm on ubuntu 11.10, the latest wxpython dev release.
<br>
<br>You can use ldd on one of the wxPython extension modules to see what 
<br>shared libraries they are loading.
<br>
<br>-- 
<br>Robin Dunn
<br>Software Craftsman
<br><a href="http://wxPython.org" target="_blank">http://wxPython.org</a>
<br>
<br></blockquote></div>
------=_Part_496_23066406.1344004909231--

------=_Part_495_25963653.1344004909225--