Hello, i'm trying to install and work with web3py as i have Python 3.4.1 installed.
[/code] [nikos@dell web3py-master]$ ls apps contrib gluon Makefile runme.py TODO vars web3py [nikos@dell web3py-master]$ python -V Python 3.4.1 [nikos@dell web3py-master]$ python runme.py Traceback (most recent call last): File "runme.py", line 2, in <module> from web3py import run File "/home/nikos/web3py-master/web3py/__init__.py", line 1, in <module> from .wsgi import run File "/home/nikos/web3py-master/web3py/wsgi.py", line 10, in <module> from .fancy_pickle import dumps File "/home/nikos/web3py-master/web3py/fancy_pickle.py", line 50, in <module> check() File "/home/nikos/web3py-master/web3py/fancy_pickle.py", line 46, in check s = dumps(a) File "/home/nikos/web3py-master/web3py/fancy_pickle.py", line 33, in dumps dump(data,stream) File "/home/nikos/web3py-master/web3py/fancy_pickle.py", line 29, in dump p.dump(data) TypeError: string argument expected, got 'bytes' [nikos@dell web3py-master]$ [/code] Does someone know why python3 failing to start the framework and how i will get it working? -- https://mail.python.org/mailman/listinfo/python-list