| Issue 140: | removePID does not exists | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1. Stop the daemon.
What is the expected output? What do you see instead?
[2008-07-04 21:16:13] Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/twisted/internet/base.py",
line 105
self.runUntilCurrent()
File "/usr/lib/python2.5/site-packages/twisted/internet/base.py",
line 705
call.func(*call.args, **call.kw)
File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py",
line 24
self._startRunCallbacks(result)
File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py",
line 31
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py",
line 32
self.result = callback(self.result, *args, **kw)
File "/usr/share/pyaimt/src/main.py", line 443, in cb
twistd.removePID(config.pid)
exceptions.AttributeError: 'module' object has no attribute 'removePID'
What version of the product are you using? On what operating system?
pyicqt 0.8b, pyaimt 0.8a
Please provide any additional information below.
Patches are here:
http://svn.debian.org/viewsvn/python-apps/packages/pyaimt/trunk/debian/patches/06_remove_pid.dpatch?view=markup
http://svn.debian.org/viewsvn/python-apps/packages/pyicqt/trunk/debian/patches/06_remove_pid.dpatch?view=markup
Nov 8, 2008
(No comment was entered for this change.)
Status:
Fixed
Dec 14, 2008
How was this issue fixed in 0.8.1? I actually do not see the fix there...
Dec 15, 2008
Was added "short" version of twistd module
Dec 16, 2008
Ah, thanks for explanation! |
Owner: r000nster
Labels: Milestone-0.8.1b