that's my point
--
https://mail.python.org/mailman/listinfo/python-list
you can't fully uninstall python from OSX, linux, BSD as there are many
python dependent system tools
--
https://mail.python.org/mailman/listinfo/python-list
cts = []
> > for row in curs.fetchall():
> >rowdicts.append(dict(zip(colnames, row)))
>
> zip(colnames, row) will return:
>
> (first column name, first item of row),
> (second column name, second item of row),
> (third column name, third item of row),
> etc.
>
>
>
> --
> Steven
>
> --
> https://mail.python.org/mailman/listinfo/python-list
>
--
Milos Zorica
+1 845 277 0549 | +1 786 471 4846
--
https://mail.python.org/mailman/listinfo/python-list