> We don't support Python 2.6, and probably won't for at least a year.
> 

pyprocessing is the module that multiprocessing sprang from. pyprocessing is 
much older, and works fine with python 2.5. (2.6's multiprocessing module has 
been backported to 2.5 too, I hear, but I'm not using it.)

pyprocessing is here: http://pyprocessing.berlios.de/.  (The actual module is 
called "processing" but pyprocessing has long been the name people have used to 
refer to it.) If somebody got that working, it should be a relatively short 
step to get multiprocessing working in PyPy's 2.6-compatible version.

I care far more about pyprocessing than about 2.6...  If the PyPy GIL was gone, 
that would be better of course, but that doesn't sound like it's going to 
happen any time soon...
-- 

Gary Robinson
CTO
Emergent Music, LLC
[email protected]
207-942-3463
Company: http://www.flyfi.com
Blog:    http://www.garyrobinson.net

On Sat, 21 Nov 2009 08:05:52 -0600, Benjamin Peterson wrote:
> 2009/11/21 Gary Robinson <[email protected]>:
>> Hi,
>> 
>> I'm wondering whether anyone has gotten the 
>> pyprocessing/multiprocessing module (in one version or the other) 
>> working with PyPy? I don't see it listed among the supported 
>> modules, but I want to ask to make sure I'm not just missing 
>> something. If it's not working yet, is there an ETA??
> 
> We don't support Python 2.6, and probably won't for at least a year.
> 
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to