pythonw.exe and python.exe



Hi all,
I made a little application with multithreading in winxp with
python2.5. An event generated from a third part software is the
trigger for the creation of progress bar in a wxPython app. This
python app is launched via wxExecute.
I've noticed a different behaviour if the script is launched with
python.exe and pythonw.exe (i.e. without dos shell), in fact in the
first case it's all ok, while in the other case only the first, the
third , the fifth ... progress bar is setted correctly and update its
value.
Now, before control again the code , what can be the origin of the
problem? why python and pythonw give a result so different?

thank you
w
.



Relevant Pages

  • Re: pythonw.exe and python.exe
    ... trigger for the creation of progress bar in a wxPython app. ... python app is launched via wxExecute. ... because that's where window events are delivered. ...
    (comp.lang.python)
  • Re:
    ... wxPython doesn't respond when wx.Timer ... So the wxPython code does not have a chance to run. ... from your C code, call a Python function which in turn updates the progress bar ...
    (comp.lang.python)
  • int object is not callable in an threaded app
    ... I think is more Python specific than Qt, ... So, i have a form with 2 spin boxes, a button and a progress bar. ... mechanism but i am stuck at this Python error at the "worker.start" ... def on_start_clicked: ...
    (comp.lang.python)