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
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
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
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
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
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