On Mon, 20 Dec 2004 14:03:09 +0100, Mathias <[EMAIL PROTECTED]> wrote:
> Can someone recommend a parallelization approach? Are there examples or
> documentation? Has someone got experience with stability and efficiency?
If you think a light-weight approach of distributing work and collecting
the
On Wed, 12 Jan 2005 10:09:03 +, Cory Davis <[EMAIL PROTECTED]> wrote:
> command has been behaving badly. In the part where it is supposed to
> adjust the first line of the script it now produces
>
> #!None
>
> instead of
>
> #!/whereverpythonis/python
>
> Has anyone else encountered this?