I did not say web3py runs on python 3. But we rewrote code to be python 3 friendly and it is a goal to make it work on python 3. Thanks for your offer of helping.
On Saturday, 13 April 2013 13:18:43 UTC-5, samuel bonilla wrote: > > python3 runme.py > > Traceback (most recent call last): > File "runme.py", line 2, in <module> > from web3py import run > File "/home/python/Escritorio/todo/web3py-master/web3py/__init__.py", > line 1, in <module> > from .wsgi import run > File "/home/python/Escritorio/todo/web3py-master/web3py/wsgi.py", line > 10, in <module> > from .fancy_pickle import dumps > File > "/home/python/Escritorio/todo/web3py-master/web3py/fancy_pickle.py", line > 50, in <module> > check() > File > "/home/python/Escritorio/todo/web3py-master/web3py/fancy_pickle.py", line > 46, in check > s = dumps(a) > File > "/home/python/Escritorio/todo/web3py-master/web3py/fancy_pickle.py", line > 33, in dumps > dump(data,stream) > File > "/home/python/Escritorio/todo/web3py-master/web3py/fancy_pickle.py", line > 29, in dump > p.dump(data) > TypeError: string argument expected, got 'bytes' > > > > 2013/4/13 Alan Etkin <[email protected] <javascript:>> > >> Nobody helped with it. That shows how much interest there is here about >>> Python 3.x. >> >> >> Is there any introductory documentation on the web3py project? It could >> help those wanting to collaborate with the development or other areas. For >> example, I'm interested in plans to support or development of migration >> tools for web2py apps. >> >> -- >> >> --- >> You received this message because you are subscribed to a topic in the >> Google Groups "web2py-users" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/web2py/xXDjA47a6nc/unsubscribe?hl=en. >> To unsubscribe from this group and all its topics, send an email to >> [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

