[web2py] Re: web3py -> py4web

2019-08-26 Thread En Ware
hmm , I just tried from pip and works find python3 -m pip install py4web --upgrade source bin/activate ./py4web-start apps / ██╗ ██╗ ██╗██╗ ██╗██╗██╗███╗██╗ ██╔══██╗╚██╗ ██╔╝██║ ██║██║██║██╔╝██╔══██╗ ██╔╝ ╚╔╝ ███║██║ █╗ ██║█╗ ██╔╝ ██╔═══╝

Re: [web2py] Re: web3py -> py4web

2019-08-12 Thread En Ware
Is there an IRC channel for py4web yet ? or an official group ? On Tuesday, July 30, 2019 at 1:38:05 AM UTC-5, Massimo Di Pierro wrote: > > to be clear... most of the docs is backported by web2py + explanation of > sessions and @action decorator. > Most of the new features are still

[web2py] Re: web3py -> py4web

2019-07-30 Thread En Ware
in the documentation for http://py4web.com/_documentation/static/index.html#chapter-02. datetime.datime.now() (should that be datetime.datetime.now() ? On Tuesday, July 30, 2019 at 12:59:36 PM UTC-5, En Ware wrote: > > when using py4web source , py4web-start is missing. from pip py4web

[web2py] Re: web3py -> py4web

2019-07-30 Thread En Ware
when using py4web source , py4web-start is missing. from pip py4web-start exists. On Wednesday, July 24, 2019 at 12:40:27 AM UTC-5, Massimo Di Pierro wrote: > > OK. I know. I am not good with names. > But there are lots of requirements to be fulfilled. > py4web.com was available and the pypi

[web2py] Re: Web3py

2019-05-21 Thread En Ware
That was it thanks. On Tuesday, May 21, 2019 at 10:05:56 AM UTC-5, Massimo Di Pierro wrote: > > There should be web3py folder in /tmp delete it and restart -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: Web3py

2019-05-21 Thread En Ware
G:tornado.access:404 GET /myapp/static/favicon.ico (127.0.0.1) 1.27ms WARNING:tornado.access:404 GET /_scaffold/static/favicon.ico (127.0.0.1) 1.48ms WARNING:tornado.access:404 GET /superheroes/static/favicon.ico (127.0.0.1) 1.24ms WARNING:tornado.access:404 GET /examples/static/favicon.ico (127.0

[web2py] Re: Web3py

2019-05-21 Thread En Ware
The only thing I did was: 1. git pull 2. ./web3py-start apps/ Thats all I did. On Monday, May 20, 2019 at 3:08:26 PM UTC-5, 黄祥 wrote: > > Getting error missing table , sqlite3.OperationalError: no such table: >> web3py_error >> >> _dashboard won't load at all. >> > > could you please tell

[web2py] Re: Web3py

2019-05-20 Thread En Ware
Getting error missing table , sqlite3.OperationalError: no such table: web3py_error _dashboard won't load at all. On Wednesday, May 15, 2019 at 9:51:40 AM UTC-5, En Ware wrote: > > Thank you very much for the explanation , it really helps. > > On Wednesday, May 15, 2019 at 12:23

[web2py] Re: Web3py

2019-05-15 Thread En Ware
in vue and they can easily be > customized for different CSS. This requires a much longer explanation and I > will write it when it is finalized. > > We ditched the web2py Storage object. People like it but the profiler > showed Storage.__getitem__ is the single most called function in

[web2py] Re: Web3py

2019-05-14 Thread En Ware
was looking up information on how "dict" was formed. On Tuesday, May 14, 2019 at 9:20:00 AM UTC-5, En Ware wrote: > > The editing is very fast and reloads on the fly. This is pretty > impressive. > > On Tuesday, May 14, 2019 at 9:05:58 AM UTC-5, En Ware wrote: >

[web2py] Re: Web3py

2019-05-14 Thread En Ware
The editing is very fast and reloads on the fly. This is pretty impressive. On Tuesday, May 14, 2019 at 9:05:58 AM UTC-5, En Ware wrote: > > Ok very good, I created the directories and launched again and i can get > to the _dashboard instance, thanks > > On Tuesday, May 14, 201

[web2py] Re: Web3py

2019-05-14 Thread En Ware
Ok very good, I created the directories and launched again and i can get to the _dashboard instance, thanks On Tuesday, May 14, 2019 at 8:58:44 AM UTC-5, 黄祥 wrote: > > pls try: > *need an extra steps to make web3py start in latest commit (101)* > git clone https://github.com/web2py/web3py > cd

[web2py] Re: Web3py

2019-05-14 Thread En Ware
still getting same errors pip3 install -r requirements.txt Requirement already satisfied: pydal>=19.5.9 in /Users/aaronm/.pyenv/versions/3.6.4/envs/web3py/lib/python3.6/site-packages (from -r requirements.txt (line 1)) (19.5.9) Requirement already satisfied: pyjwt in

[web2py] Re: Web3py

2019-05-13 Thread En Ware
ite-packages/pydal/adapters/base.py", line 53, in __init__ self.reconnect() File "/Users/aaronm/.pyenv/versions/3.6.4/envs/web3py/lib/python3.6/site-packages/pydal/connection.py", line 154, in reconnect self.connection = self.connector() File "/Users/aaronm/.pyenv/

[web2py] Re: Web3py

2019-05-13 Thread En Ware
It did until I install tornado , but still can't access the dashboard or any of the apps. I am going to do a new git clone and try again. On Monday, May 13, 2019 at 12:29:29 PM UTC-5, Massimo Di Pierro wrote: > > That error in the console is intentional. It is an example of what happens >

[web2py] Re: Web3py

2019-05-13 Thread En Ware
I also have the same errors , I installed tornado also On Monday, May 13, 2019 at 3:05:05 AM UTC-5, 黄祥 wrote: > > forgot to include the logs after get the web3py started (taken from > terminal) > WARNING:tornado.access:404 GET /dashboard (127.0.0.1) 6.48ms > WARNING:tornado.access:404 GET

[web2py] Re: Web3py

2019-04-16 Thread En Ware
Thank you , that did it. On Tuesday, April 16, 2019 at 2:42:40 PM UTC-5, Massimo Di Pierro wrote: > > You have an old pydal. Do > > pip3 install --upgrade pydal > > Also do > > python3 web3py.py applications > > Not > > python3 web3py.py applications/todo/ > > -- Resources: - http://web2py.com

Re: [web2py] Re: Web3py

2019-04-16 Thread En Ware
UTC-5, Ramos wrote: > > Not working... > > [image: image.png] > > Em ter, 16 de abr de 2019 às 14:41, En Ware > escreve

[web2py] Re: Web3py

2019-04-16 Thread En Ware
deT, urllib_unquote, \ ImportError: cannot import name 'unicodeT' On Thursday, April 11, 2019 at 12:31:29 PM UTC-5, En Ware wrote: > > I git installed web3py and quite enjoy it. I see its updated regular too. > > For those who don't know and maybe this is common sense , not sure

[web2py] Re: Web3py

2019-04-15 Thread En Ware
Is this the newest version for pydal3 ? pydal3 (19.4) - a pure Python Database Abstraction Layer (for python version 2.7 and 3.x) INSTALLED: 19.4 (latest) , Not seeing a change log in the repo. On Thursday, April 11, 2019 at 12:31:29 PM UTC-5, En Ware wrote: > > I git installed

[web2py] Re: Web3py

2019-04-15 Thread En Ware
from pydal._compat import StringIO, integer_types, basestring, unicodeT, urllib_unquote, \ ImportError: cannot import name 'unicodeT' I looked at pydal __compat and unicodeT is there On Monday, April 15, 2019 at 9:58:49 AM UTC-5, En Ware wrote: > > It's looking very good. > > I

[web2py] Re: Web3py

2019-04-12 Thread En Ware
> be tested) for SQLFORM. > > Notice we do all of this in 300 lines of python code and 10x faster than > web2py in my tests. > > Working on admin and appadmin. May be done in one week. > > Massimo > > > > > > On Friday, 12 April 2019 06:53:57 UTC-7, E

[web2py] Re: Web3py

2019-04-12 Thread En Ware
wrote: > > There is a lot to do but at this point it is moving fast and a one way > street. > > On Thursday, 11 April 2019 10:31:29 UTC-7, En Ware wrote: >> >> I git installed web3py and quite enjoy it. I see its updated regular too. >> >> For those who do

[web2py] Web3py

2019-04-11 Thread En Ware
I git installed web3py and quite enjoy it. I see its updated regular too. For those who don't know and maybe this is common sense , not sure. once you *git clone https://github.com/web2py/web3py.git *do a *git pull* 2. reinstall requirements.txt (*pip3 install -r requirements.txt*) -

[web2py] Re: Multiple dicts for querying multiple tables

2018-03-20 Thread En Ware
return that > single object to the view. > > Anthony > > On Tuesday, March 20, 2018 at 9:59:21 AM UTC-4, En Ware wrote: >> >> Hello, >> >> Trying to get the full count on three different tables. Below is a >> sample code. I am only able to call one c

[web2py] Multiple dicts for querying multiple tables

2018-03-20 Thread En Ware
Hello, Trying to get the full count on three different tables. Below is a sample code. I am only able to call one count at a time. Is it possible to query all three of these and show them in a view? def index(): get_foxtel_count=db(db.foxtel_hunter.id > 0).count()

[web2py] multiple functions in one view

2014-01-21 Thread En Ware
Hello, I am trying to figure out how to call more then function per view. I would like to be to have users fill out a form and and then as soon as they submit show the results sort of like SQLFORM. I also want to make the grid editable so that users can hide rows and columns. Thanks in

[web2py] Re: multiple functions in one view

2014-01-21 Thread En Ware
Thank you so much; this awesome I appreciate your time. On Tuesday, January 21, 2014 9:37:04 AM UTC-6, En Ware wrote: Hello, I am trying to figure out how to call more then function per view. I would like to be to have users fill out a form and and then as soon as they submit show

[web2py] call a function inside the same view

2014-01-17 Thread En Ware
Hello, New to this so please bare with me. I am trying to call show_form() inside my tracker_form view below is my functions inside default.py. how do I call show_form() with my sql inside tracker_form view so I can see my results as soon as I submit the form? The view is: tracker_form