Re: MySQLdb question

2017-02-09 Thread Karl Young
DTD(d...@safeport.com)@2017.02.09 11:11:44 -0500: > On Thu, 26 Jan 2017, Karl Young wrote: > > >DTD(d...@safeport.com)@2017.01.26 13:23:56 -0500: > >>I am using py27-MySQLdb-1.2.5 (the default) for FreeBSD 10.3 > >> > >> cmd="update ipv4 set s8='

Re: MySQLdb question

2017-01-26 Thread Karl Young
DTD(d...@safeport.com)@2017.01.26 13:23:56 -0500: > I am using py27-MySQLdb-1.2.5 (the default) for FreeBSD 10.3 > > cmd="update ipv4 set s8='%s',s16='%s',s24='%s' where ip='%s'" % > (s8,s16,s24,row[0]) > c.execute(cmd) When you say that it isn't working, I assume you mean it's not updating

Re: numpy would not load: libgcc_s vs. libgfortran

2016-01-04 Thread Karl Young
Olivier Duchateau(duchateau.oliv...@gmail.com)@2016.01.04 23:17:57 +: > On Mon, 04 Jan 2016 16:29:56 -0500 > "Mikhail T." wrote: > > > On 04.01.2016 16:31, Olivier Duchateau wrote: > > > After all it's perhaps Numpy's problem, but nobody reported this issue. > > Well, I decided to try figurin