Re: [Twisted-Python] Mysql and adbapi

2014-10-20 Thread aft
On Mon, Oct 20, 2014 at 6:02 PM, HawkOwl wrote: > > On 20 Oct 2014, at 19:55, aft wrote: > > > > But its not printing anything. What exactly i'm doing wrong? > > Hi, > > You haven’t started the reactor, so nothing has “started”. It’s just > sitting there, waiting for it to be “spun off”. > > htt

Re: [Twisted-Python] Mysql and adbapi

2014-10-20 Thread HawkOwl
On 20 Oct 2014, at 19:55, aft wrote: > > But its not printing anything. What exactly i'm doing wrong? Hi, You haven’t started the reactor, so nothing has “started”. It’s just sitting there, waiting for it to be “spun off”. http://twistedmatrix.com/documents/current/_downloads/echoclient_ssl.