Can you try the following?
- Do sum.py and product.py work?
- Are there any error messages with the --deferred-debug option? Maybe
you have to kill Python to see the messages if the program hangs.
- Does it work if you remove the following lines:
==
import viff.reactor
viff.reactor.install()
== |