pycoin icon indicating copy to clipboard operation
pycoin copied to clipboard

AppEngine incompatibility?

Open shayanb opened this issue 7 years ago • 3 comments

I updated my pycoin to the latest code from github, my code works locally but on Google appengine I get this error:

raise ViewDoesNotExist("Could not import %s. Error was: %s" % (mod_name, str(e)))
ViewDoesNotExist: Could not import multisig.views. Error was: cannot import name standard_tx_out_script

It has probably something to do with the new pycoin structure that address_for_pay_to_script has been moved to pycoin.ui. It was broken on some other files that included this function but they seem to be working locally when changing from pycoin.tx.pay_to import address_for_pay_to_script to from pycoin.ui import address_for_pay_to_script. but I couldn't find the issue on GAE yet.

shayanb avatar Dec 13 '16 00:12 shayanb

Come to any conclusions on this?

richardkiss avatar Dec 21 '16 06:12 richardkiss

No, I had to roll back to 0.70 for it to work.

shayanb avatar Jan 02 '17 19:01 shayanb

If this is still broken in 0.77, please come up with a minimal GAE project you're willing to share and I'll see if I can figure out what's wrong.

richardkiss avatar Apr 07 '17 19:04 richardkiss