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
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
> 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
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