Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77639 > unrolled thread
| Started by | Φώντας Λαδοπρακόπουλος <nikos.gr33k@gmail.com> |
|---|---|
| First post | 2014-09-06 00:18 -0700 |
| Last post | 2014-09-07 12:02 -0700 |
| Articles | 2 — 1 participant |
Back to article view | Back to comp.lang.python
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
| From | Φώντας Λαδοπρακόπουλος <nikos.gr33k@gmail.com> |
|---|---|
| Date | 2014-09-06 00:18 -0700 |
| Subject | Python 3.41 and web3py framework |
| Message-ID | <98587cee-a129-47e2-bffd-a8e23db3b6b7@googlegroups.com> |
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?
[toc] | [next] | [standalone]
| From | Φώντας Λαδοπρακόπουλος <nikos.gr33k@gmail.com> |
|---|---|
| Date | 2014-09-07 12:02 -0700 |
| Message-ID | <fa049036-1d63-4f31-a7f2-27dcae7c96ae@googlegroups.com> |
| In reply to | #77639 |
Someone may suggest something?!
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web