Now when I drop a file in the outbox (e.g. p1/django_pyas2/messages/p2as2/outbox/p1as2/), I see a stacktrace:
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in *bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(_self.__args, _self.kwargs)
File "/home/latze/.virtualenvs/as2/local/lib/python2.7/site-packages/pyas2/management/commands/runas2daemon.py", line 122, in linux_event_handler
notifier.loop()
File "/home/latze/.virtualenvs/as2/local/lib/python2.7/site-packages/pyinotify.py", line 1390, in loop
self.process_events()
File "/home/latze/.virtualenvs/as2/local/lib/python2.7/site-packages/pyinotify.py", line 1287, in process_events
self._default_proc_fun(revent)
File "/home/latze/.virtualenvs/as2/local/lib/python2.7/site-packages/pyinotify.py", line 924, in __call**
return _ProcessEvent.call__(self, event)
File "/home/latze/.virtualenvs/as2/local/lib/python2.7/site-packages/pyinotify.py", line 650, in call
return self.process_default(event)
File "/home/latze/.virtualenvs/as2/local/lib/python2.7/site-packages/pyas2/management/commands/runas2daemon.py", line 106, in process_default
for dir_watch in self.dir_watch_data:
AttributeError: 'LinuxEventHandler' object has no attribute 'dir_watch_data'
starting daemon mode python manage.py runas2daemon.
Now when I drop a file in the outbox (e.g. p1/django_pyas2/messages/p2as2/outbox/p1as2/), I see a stacktrace:
Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 810, in *bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 763, in run self.__target(_self.__args, _self.kwargs) File "/home/latze/.virtualenvs/as2/local/lib/python2.7/site-packages/pyas2/management/commands/runas2daemon.py", line 122, in linux_event_handler notifier.loop() File "/home/latze/.virtualenvs/as2/local/lib/python2.7/site-packages/pyinotify.py", line 1390, in loop self.process_events() File "/home/latze/.virtualenvs/as2/local/lib/python2.7/site-packages/pyinotify.py", line 1287, in process_events self._default_proc_fun(revent) File "/home/latze/.virtualenvs/as2/local/lib/python2.7/site-packages/pyinotify.py", line 924, in __call** return _ProcessEvent.call__(self, event) File "/home/latze/.virtualenvs/as2/local/lib/python2.7/site-packages/pyinotify.py", line 650, in call return self.process_default(event) File "/home/latze/.virtualenvs/as2/local/lib/python2.7/site-packages/pyas2/management/commands/runas2daemon.py", line 106, in process_default for dir_watch in self.dir_watch_data: AttributeError: 'LinuxEventHandler' object has no attribute 'dir_watch_data'