Issue 140: removePID does not exists
Status:  Fixed
Owner:
Closed:  Nov 2008
Reported by michal@cihar.com, Jul 6, 2008
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
Sep 5, 2008
Project Member #1 r000ns...@gmail.com
(No comment was entered for this change.)
Status: Accepted
Owner: r000nster
Labels: Milestone-0.8.1b
Nov 8, 2008
Project Member #2 r000ns...@gmail.com
(No comment was entered for this change.)
Status: Fixed
Dec 14, 2008
#3 michal@cihar.com
How was this issue fixed in 0.8.1? I actually do not see the fix there...
Dec 15, 2008
Project Member #4 r000ns...@gmail.com
Was added "short" version of twistd module
Dec 16, 2008
#5 michal@cihar.com
Ah, thanks for explanation!