Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #77639

Python 3.41 and web3py framework

Newsgroups comp.lang.python
Date 2014-09-06 00:18 -0700
Message-ID <98587cee-a129-47e2-bffd-a8e23db3b6b7@googlegroups.com> (permalink)
Subject Python 3.41 and web3py framework
From Φώντας Λαδοπρακόπουλος <nikos.gr33k@gmail.com>

Show all headers | View raw


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?

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Python 3.41 and web3py framework Φώντας Λαδοπρακόπουλος <nikos.gr33k@gmail.com> - 2014-09-06 00:18 -0700
  Re: Python 3.41 and web3py framework Φώντας Λαδοπρακόπουλος <nikos.gr33k@gmail.com> - 2014-09-07 12:02 -0700

csiph-web