[Twisted-Python] stopping LoopCall and check if running

2011-09-05 Thread Stephan
I have a question on LoopCall. I have a process that uses a sequence of LoopCalls, once one finishes I call the next to check for the next critical event to continue: e.g. def checkForAvailableProfile(self): profile = fs_profiles_manager.get_next_available_profile() if profile i

[Twisted-Python] How can LoopCall not be defined?

2011-09-07 Thread Stephan
I'm running a server with about 20 client connections going to it right now and monitoring the error log eventually I see LoopCall is not defined. how can that be? Thanks in advance. 2011-09-07 22:47:26-0700 [-] Unhandled Error Traceback (most recent call last): File "/usr/lib/p

Re: [Twisted-Python] How can LoopCall not be defined?

2011-09-08 Thread Stephan
sorry for wasting everyone's time. script worked, made a change and somehow changed the one line from LoopingCall to LoopCall, I should have noticed that, but I've been coding for a while and just missed. Thanks. changed now and works if self.checkIfFirefoxWasKilledLoop.ru

[Twisted-Python] feedback on next version of Fireshark using twisted framework....

2012-05-03 Thread Stephan
killed as well, as check if the logging from the internal plugin (another part of the fireshark project) has completed logging. Thanks in advance! Twisted has been a great Framework! Stephan ___ Twisted-Python mailing list Twisted-Python@twisted

Re: [Twisted-Python] feedback on next version of Fireshark using twisted framework....

2012-05-03 Thread Stephan
f how i'm using Twisted is welcome! Jasper provided great comments and I'll be working to make those changes. Thanks, Stephan On Thu, May 3, 2012 at 11:12 AM, Jasper St. Pierre wrote: > You seem to have some indentation issues. You have a random assortment > of Python styl

Re: [Twisted-Python] how to daemonize twisted...and detatch from shell process

2012-10-15 Thread Stephan
ow what to change to get the service to run and detach from the parent process. Any help is appreciated. Stephan On Sat, Oct 6, 2012 at 6:56 PM, wrote: > On 6 Oct, 10:30 pm, schene...@gmail.com wrote: > >Hi, > > > >I'm attempting to create an ubuntu service that