Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

TypeError: send() got an unexpected keyword argument 'funid' #7

Closed
forgetso opened this issue Dec 8, 2014 · 1 comment
Closed

TypeError: send() got an unexpected keyword argument 'funid' #7

forgetso opened this issue Dec 8, 2014 · 1 comment

Comments

@forgetso
Copy link

forgetso commented Dec 8, 2014

Hi,

I'm trying to step through the tutorial at https://github.com/ethereum/wiki/wiki/Serpent and there are errors when running the following line:

s.send(t.k0, c, 0, funid=0, abi=[42])

TypeError: send() got an unexpected keyword argument 'funid'

Setup is as follows:

Name: ethereum-serpent
Version: 1.7.7
Location: /usr/local/lib/python2.7/dist-packages

Name: pyethereum
Version: 0.6.42
Location: /usr/local/lib/python2.7/dist-packages

Please let me know if there is a solution or if you need any more info.

@forgetso
Copy link
Author

forgetso commented Dec 9, 2014

This is due to running the wrong version of pythereum. To fix:

git clone -b poc7 https://github.com/ethereum/pyethereum/
sudo python setup.py install

@forgetso forgetso closed this as completed Dec 9, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant