GKenu

Results 4 comments of GKenu

I'm having a similar problem. If I do this: `run(helper.HelperTest("test_p2pkh_address"))` I get back this: ` run(helper.HelperTest.("test_p2pkh_address"))` `SyntaxError: invalid syntax` If instead I try: `run(helper.HelperTest("test_p2pkh_address"))` I get back: `ImportError Traceback (most...

I just managed to do it in exercise 2: The trick is to also change `reload(helper.HelperTest)` to `reload(helper)` `run(helper.HelperTest("test_p2pkh_address"))`

> Reference in ne Would you still have this code? I've been trying everything I found to fix this but couldn't. The link you shared is not working anymore. Tkws

Hi Marc! I just managed to do it. I sent an email to Jimmy and he got his server back up running - I managed to finish all exercises. Thanks...