[web2py] Re: web2py-ipython shell error: "list index out of range"

2018-07-08 Thread Jose C
Great Stifan, thanks for confirming. I'll file a bug report with the dev team. Regards, Jose On Sunday, 8 July 2018 12:41:59 UTC+1, 黄祥 wrote: > > yes, have the same error too on docker, not sure on line 329, i've checked > it shown: > 'import IPython error; use default python shell') > > *st

[web2py] Re: web2py-ipython shell error: "list index out of range"

2018-07-08 Thread 黄祥
yes, have the same error too on docker, not sure on line 329, i've checked it shown: 'import IPython error; use default python shell') *step to reproduce an error on docker* *python 2 docker ubuntu image with web2py nightly source* docker pull ubuntu docker run -it ubuntu /bin/bash apt update ap

[web2py] Re: web2py-ipython shell error: "list index out of range"

2018-07-08 Thread Jose C
Hi Stifan, Many thanks for checking. I noticed you used the stable version: 2.16.1-stable+timestamp.2017.11.14.05.54.25. I was using the latest nightly: 2.16.1-stable+timestamp.2018.06.02.04.50.21 I tested with the stable version you used and it works fine here too. This implies that a bug ma

[web2py] Re: web2py-ipython shell error: "list index out of range"

2018-07-07 Thread 黄祥
tested on docker with ubuntu image no problem with python 2 and python 3 *e.g.* *python 2 docker ubuntu image* docker pull ubuntu docker run -it ubuntu /bin/bash apt update apt install -y python-pip unzip wget pip install ipython wget -c http://web2py.com/examples/static/web2py_src.zip unzip -o