Re: [wxPython-users] Re:

2006-10-25 Thread Josiah Carlson
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

Re: [wxPython-users] Re:

2006-10-25 Thread Michael S
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

Re: [wxPython-users] Re:

2006-10-24 Thread Josiah Carlson
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

[wxPython-users] Re: ANNOUNCE: wxPython 2.6.3.2

2006-04-04 Thread Kevin Walzer
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