On Dec 3, 2010, at 11:27 AM, Jonathan Lundell wrote: > > On Dec 3, 2010, at 11:20 AM, Fran wrote: >> >> On Dec 3, 6:20 pm, Jonathan Lundell <[email protected]> wrote: >>> I sent Massimo a patch that will retain backward compatibility. >> >> Thanks but not quite yet: >> Traceback (most recent call last): >> File "C:\Bin\web2py\gluon\winservice.py", line 46, in SvcDoRun >> self.start() >> File "C:\Bin\web2py\gluon\winservice.py", line 103, in start >> if options.get('numthreads') is not None and >> options.get('minthreads') is None: >> AttributeError: 'module' object has no attribute 'get' > > Crap. OK, thanks; I'll take another look. If it's convenient, could you probe > a little and tell me what exactly options is? I assumed it was a dict, but > apparently not.
Never mind, I figured it out. One more patch coming.

