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
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
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
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
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
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
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.