mdipierro wrote this on Thu, Feb 05, 2009 at 04:33:20PM -0800. My reply is below.
> will change the COL_SIZE fix this? Yes, it will fix this: > > launchstr = \ > > "%s web2py.py -P -M -S %s -a 'recycle' -R %s" ... and this: > > if task.has_key('min') and not now_s.tm_min\ > > in task['min']: > > go = False ... but not this: > > if os.name == 'nt': > > proc = Popen([self.cmd], stdin=PIPE, stdout=PIPE, > > stderr=PIPE, shell=True) > > else: > > proc = Popen( > > [self.cmd], > > stdin=PIPE, > > stdout=PIPE, > > stderr=PIPE, > > shell=True, > > close_fds=True, > > ) Pick a different value for MAX_SEPS_FUNC_REF in *PythonTidy*. See my reply to achipo, above. -- .. Be Seeing You, .. Chuck Rhode, Sheboygan, WI, USA .. Weather: http://LacusVeris.com/WX .. 17° — Wind SW 3 mph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---