Re: [Python-Dev] Distributed computing & sending the interpreter

2009-06-13 Thread Jeremy Cowles
> > Definitely the wrong list -- python-dev is for people working on the core > interpreter and libraries. comp.lang.python would be the standard place, > but you might also find some good advice on the new list concurrency-sig. Sorry for the list pollution, I will repost it there. Thanks, Jere

[Python-Dev] Distributed computing & sending the interpreter

2009-06-13 Thread Jeremy Cowles
Hi all, I apologize if this question is misplaced, I wasn't sure which list to post it in. I'm working on a distributed computing project (PyMW and BOINC) where we are sending Python scripts to client machines. Currently, we make two very unlikely assumptions: that Python 2.5 is installed and that