i follow documentation and add keyfile to indicate the path of private key
but still no response from program,

what is the correct way to do?

cluster = dispy.JobCluster(compute, 
nodes=['ec2-35-162-137-237.us-west-2.compute.amazonaws.com'], 
callback=job_callback, 
keyfile=r"C:\Users\martlee2\Downloads\datacenterusekey.ppk")



On Tuesday, November 1, 2016 at 3:58:24 PM UTC+8, Steve D'Aprano wrote:
> On Tue, 1 Nov 2016 06:40 pm, meInvent bbird wrote:
> 
> > how to debug this distributed program?
> 
> 
> The same way you would debug any other program.
> 
> http://sscce.org/
> 
> 
> 
> 
> 
> -- 
> Steve
> “Cheer up,” they said, “things could be worse.” So I cheered up, and sure
> enough, things got worse.

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to