Re: [Tutor] Questions about threads

2001-08-28 Thread Ignacio Vazquez-Abrams
On Tue, 28 Aug 2001, A wrote: > Hi, > Can anybody please answer my questions? > > 1. In my application I need one function to run in threads. The > number of threads is chosen by user and numbers of threads can > not be higher at one time. > This function writes to a file also.How can I prevent

Re: Py2exe and wxPython

2001-08-28 Thread Markus Daniel
> Does anyone have any experience with Py2exe converting python > source into exe if there is wxPython used in source? There are not any problem, for more information see http://starship.python.net/crew/theller/py2exe/ Markus ___ ActivePython mailin

Py2exe and wxPython

2001-08-28 Thread A
Hi, Does anyone have any experience with Py2exe converting python source into exe if there is wxPython used in source? Thanks for reply Ladislav ___ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepy

Questions about threads

2001-08-28 Thread A
Hi, Can anybody please answer my questions? 1. In my application I need one function to run in threads. The number of threads is chosen by user and numbers of threads can not be higher at one time. This function writes to a file also.How can I prevent other threads from writting to this file