Issue84

Title test not working
Type bug Status chatting
Importance
Superseder Nosy List Marcel.keller, Richard, mg
Assigned To Marcel.keller Keywords design, documentation, simple

Created on 2010-12-16.10:55:35 by Richard, last changed 2010-12-16.13:27:37 by Marcel.keller.

Messages
msg318 (view) Author: Marcel.keller Date: 2010-12-16.13:27:37
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()
==
msg317 (view) Author: Richard Date: 2010-12-16.10:55:35
I have installed the program as detailed in the instructions, however
the test with millionaires.py appears not to be working. After
initiating the script millionaires.py on three different command
prompts all that I get is the sentence "I am millionaire X and I am
worth Y millions", but no result. I put some print-statements at
various positions in the code and the program does not appear to reach
line 80, where the comparisons have been done. What can I do?

I'm working on a WinXP SP3 Machine.
History
Date User Action Args
2010-12-16 13:27:37Marcel.kellersetstatus: unread -> chatting
assignedto: Marcel.keller
messages: + msg318
nosy: + Marcel.keller
2010-12-16 11:32:09mgsetnosy: + mg
2010-12-16 10:55:35Richardcreate