wxCondition in wxPython ?

Hi all,
I am still using/developping my wxWindows (C++) app with embedded python/wxPython(accessing it's "surrounding" C++-wxWin object - works awesome! - thank's again for all the help !!)

Now I'm going multi-threaded and was wondering if I could share wxConditions, wxMutex, signal and wait between C++ and wxPython. The basic question would be: is wxCondition wrapped into wxPython ?
(Also: what would the benefit of wxThread be over the standard python thread module ?)

Thanks,
Sebastian Haase

Sebastian Haase wrote:

Hi all,
I am still using/developping my wxWindows (C++) app with embedded python/wxPython(accessing it's "surrounding" C++-wxWin object - works awesome! - thank's again for all the help !!)

Now I'm going multi-threaded and was wondering if I could share wxConditions, wxMutex, signal and wait between C++ and wxPython. The basic question would be: is wxCondition wrapped into wxPython ?

No.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Sebastian Haase wrote:
> Hi all,
> I am still using/developping my wxWindows (C++) app with embedded
> python/wxPython(accessing it's "surrounding" C++-wxWin object - works
> awesome! - thank's again for all the help !!)
>
> Now I'm going multi-threaded and was wondering if I could share
> wxConditions, wxMutex, signal and wait between C++ and wxPython. The
> basic question would be: is wxCondition wrapped into wxPython ?

No.

:wink: Is there any plan to do so - or is that because python has already nice
thread support?

- Seb.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

Sebastian Haase wrote:

Sebastian Haase wrote:

Hi all,
I am still using/developping my wxWindows (C++) app with embedded
python/wxPython(accessing it's "surrounding" C++-wxWin object - works
awesome! - thank's again for all the help !!)

Now I'm going multi-threaded and was wondering if I could share
wxConditions, wxMutex, signal and wait between C++ and wxPython. The
basic question would be: is wxCondition wrapped into wxPython ?

No.

:wink: Is there any plan to do so -

Nope.

or is that because python has already nice
thread support?

Yep.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!