I've never used a scheduler before and am having trouble starting up. When 
I try to start the workers (tried from command line and from gui), I get 
this error message:
 
 
 starting browser...                                   
starting scheduler from widget for "namebrowser"...                         
          
Exception in thread Thread-14:                                   
Traceback (most recent call last):                                   
File "****************/lib/python2.7/threading.py", line 552, 
in__bootstrap_inner                                   
self.run()                                   
File "****************/lib/python2.7/threading.py", line 505, in run       
                            
self.__target(*self.__args, **self.__kwargs)                               
    
File "****************/web2py/gluon/widget.py", line 364, instart_schedulers    
                               
self.update_schedulers()                                   
File "****************/web2py/gluon/widget.py", line 341, inupdate_schedulers   
                                
self.schedmenu.delete(0, len(available_apps))                               
    
File "****************/lib/python2.7/lib-tk/Tkinter.py", line 2652, in 
delete                                   
num_index1, num_index2 = self.index(index1), self.index(index2)             
                      
File "****************/lib/python2.7/lib-tk/Tkinter.py", line 2671, inindex     
                              
i = self.tk.call(self._w, 'index', index)                                   
TclError: out of stack space (infinite loop?)                               
     

 
Is it something with my python installation? I don't think there is 
anything wrong with my scheduler code..I've tried with just this simple 
scheduler.py in my models and still get the same error.
 
 from gluon.scheduler import Scheduler   

def blah():   
    print 'blah blah blah'   

scheduler = Scheduler(db)

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to