Re: python mariadb & html tables

2020-09-15 Thread Larry Martell
On Tue, Sep 15, 2020 at 1:35 PM SS wrote: > > On Tuesday, September 15, 2020 at 2:52:35 PM UTC-4, larry.mart...@gmail.com > wrote: > > On Tue, Sep 15, 2020 at 11:45 AM SS wrote: > > > > > > I'm trying to create an table in html from a Maria DB table, from a > > > python script. I'm getting some

Re: python mariadb & html tables

2020-09-15 Thread SS
On Tuesday, September 15, 2020 at 2:52:35 PM UTC-4, larry.mart...@gmail.com wrote: > On Tue, Sep 15, 2020 at 11:45 AM SS wrote: > > > > I'm trying to create an table in html from a Maria DB table, from a python > > script. I'm getting some unexpected results. > > > > The environment is Cento

Re: python mariadb & html tables

2020-09-15 Thread MRAB
On 2020-09-15 20:33, SS wrote: On Tuesday, September 15, 2020 at 2:52:35 PM UTC-4, larry.mart...@gmail.com wrote: On Tue, Sep 15, 2020 at 11:45 AM SS wrote: > > I'm trying to create an table in html from a Maria DB table, from a python script. I'm getting some unexpected results. > > The en

Re: python mariadb & html tables

2020-09-15 Thread MRAB
On 2020-09-15 19:41, SS wrote: I'm trying to create an table in html from a Maria DB table, from a python script. I'm getting some unexpected results. The environment is Centos 7, I'm using Python3 with apache. Here is copy of the script I'm using: *** SCRIPT START * import mysq

Re: python mariadb & html tables

2020-09-15 Thread SS
On Tuesday, September 15, 2020 at 2:52:35 PM UTC-4, larry.mart...@gmail.com wrote: > On Tue, Sep 15, 2020 at 11:45 AM SS wrote: > > > > I'm trying to create an table in html from a Maria DB table, from a python > > script. I'm getting some unexpected results. > > > > The environment is Cento

Re: python mariadb & html tables

2020-09-15 Thread Larry Martell
On Tue, Sep 15, 2020 at 11:45 AM SS wrote: > > I'm trying to create an table in html from a Maria DB table, from a python > script. I'm getting some unexpected results. > > The environment is Centos 7, I'm using Python3 with apache. > > Here is copy of the script I'm using: > > *** SCRIPT ST

python mariadb & html tables

2020-09-15 Thread SS
I'm trying to create an table in html from a Maria DB table, from a python script. I'm getting some unexpected results. The environment is Centos 7, I'm using Python3 with apache. Here is copy of the script I'm using: *** SCRIPT START * import mysql.connector import cgitb cgitb.