Create a new process to run python function

Christian Heimes lists at cheimes.de
Wed May 5 12:34:09 EDT 2010


Am 05.05.2010 17:59, schrieb Benjamin Kaplan:
> Multiprocessing wasn't added until Python 2.6.
> http://www.python.org/dev/peps/pep-0371/
>
> In Python 2.5, it was still a 3rd party package.
> http://pypi.python.org/pypi/processing
>
> The project's website appears to be down right now though.
> http://developer.berlios.de/projects/pyprocessing

Why don't you try out our backport: 
http://pypi.python.org/pypi/multiprocessing/2.6.2.1 :)




More information about the Python-list mailing list