Message318

Author Marcel.keller
Recipients Richard, mg
Date 2010-12-16.13:27:37
Content
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()
==
History
Date User Action Args
2010-12-16 13:27:37Marcel.kellersetmessageid: <1292502457.98.0.67057693233.issue84@localhost>
2010-12-16 13:27:37Marcel.kellersetrecipients: + mg, Richard
2010-12-16 13:27:37Marcel.kellerlinkissue84 messages
2010-12-16 13:27:37Marcel.kellercreate