Lock in os.path.abspath() while using wxPython ?

Laurent POINTAL pointal at lure.u-psud.fr
Tue Nov 7 05:08:26 EST 2000


Python 1.5.2
wxPython 2.2

Hello, we are using wxPython (started and running in Python main
thread), and we create a working thread. In the working thread a call:
  self.fname = os.path.abspath(filename)
result in a long lock... which is unlocked when we close the wxPython
main window (and a-priori exit event loop).

What could it be?

We know about Python global lock, but it seem to be another problem.

Thanks.

---
Laurent POINTAL - CNRS/LURE - Service Informatique Experiences
Tel/fax: 01 64 46 82 80 / 01 64 46 41 48
email  : pointal at lure.u-psud.fr  ou  lpointal at planete.net 



More information about the Python-list mailing list