Michael S <[EMAIL PROTECTED]> wrote:
> If I create a threading.Thread derived class, and run
> the wxPython code in the main thread; using a lock,
> will I be able to suspend the Thread, even though it
> will run the C code, which is essentially a while loop
> looping through millions of lines of
If I create a threading.Thread derived class, and run
the wxPython code in the main thread; using a lock,
will I be able to suspend the Thread, even though it
will run the C code, which is essentially a while loop
looping through millions of lines of a text file?
Thanks in advance.
Michael
--- Jo
Gabriel Genellina <[EMAIL PROTECTED]> wrote:
> At Tuesday 24/10/2006 23:25, Michael S wrote:
>
> >I extended part of my program in C, since that part
> >was too involved for Python. Now when I import the
> >module I created and call its functions, I am trying
> >to feedback some information bac t
Robin Dunn wrote:
>
> Announcing
> --
>
> The 2.6.3.2 release of wxPython is now available for download at
> http://wxpython.org/download.php. This is a mostly bug fix release
> and takes care of several "unfortunate features" discovered in the
> 2.6.3.0 release made last week. A summar