Giridhar Pemmasani
Giridhar Pemmasani
I don't think I understand your question on how to implement, but my guess is you need to execute each job with different script? If so, ``` def compute(path): return...
Indeed this is an issue with pycos. I just committed fix for it. You can git source with pip as explained in [Download/Installation](https://pycos.org/#download-installation). Thanks for reporting it. Now there is...
Unfortunately, the trace doesn't point to where/what is problem in dispynode. The last point in dispynode is ``` File "C:\Anaconda2\lib\site-packages\gulbis\ext\dispy\dispynode.py", line 1224, in __reply_Q job_reply = self.reply_Q.get() ``` which shouldn't...
Yes, trying to narrow down to first version between 4.6.5 to 4.6.12 that breaks it should help in fixing it.
Thanks; that is useful. I will take a look at changes from 4.6.8 to 4.6.9 over the weekend.
Ah, ok. Let me see if changes from 4.6.8 to 4.6.12 are small enough to isolate. In the meantime, if you can narrow it down further, it would be great....
Actually, I made a quick patch against current github to fix dispynode.py; can you try this instead with latest github (or 4.6.12 release)? [dispynode-fix.txt](https://github.com/pgiri/dispy/files/189540/dispynode-fix.txt)
Yet another attempt at fix: Attached patch is simpler and more efficient, if indeed, your problem is due to changes in 4.6.11. Can you give this one a try? Is...
To comment further on the problem, is it likely you have 'setup' function that is setting 'sys' variable to 'None'? I am guessing at this, as the error in your...
Can you attach a simple program that I can try (that exhibits this behavior)? I thought it must be simple, but looks like it is not. It is much easier...