Your message dated Tue, 20 Oct 2009 18:13:46 +0200
with message-id <[email protected]>
and subject line Re: [Python-modules-team] Bug#494937: [python-processing] no  
waitForAnyChild under processing.forking
has caused the Debian Bug report #494937,
regarding [python-processing] no waitForAnyChild under processing.forking
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
494937: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494937
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-processing
Version: 0.52-1
Severity: normal

--- Please enter the report below this line. ---
1. how to reproduce

$ cat 1.py
import processing

processing.waitForAnyChild()
$ python 1.py
Traceback (most recent call last):
  File "1.py", line 3, in <module>
    processing.waitForAnyChild()
  
File 
"/usr/lib/python2.5/site-packages/processing-0.52-py2.5-linux-i686.egg/processing/__init__.py",
 
line 154, in waitForAnyChild
    from processing.forking import waitForAnyChild
ImportError: cannot import name waitForAnyChild

2. the waitForAnyChild in processing will call 
processing.fork.waitForAnyChild, but there is no such function.

--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.26-1-686

Debian Release: lenny/sid
  500 unstable        192.168.30.86 

--- Package information. ---
Depends             (Version) | Installed
=============================-+-===========
libc6              (>= 2.7-1) | 2.7-13
python               (>= 2.4) | 2.5.2-2
python               (<< 2.6) | 2.5.2-2
python-ctypes                 | 1.0.2-5
python-support     (>= 0.7.1) | 0.8.1



-- 
LI Daobing

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---
--- Begin Message ---
Version: 0.52-2+rm

python-processing has been removed from Debian[1], since it's
superseded by python-multiprocessing.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551649

Regards,
Sandro

On Wed, Aug 13, 2008 at 10:35, LI Daobing <[email protected]> wrote:
> Package: python-processing
> Version: 0.52-1
> Severity: normal
>
> --- Please enter the report below this line. ---
> 1. how to reproduce
>
> $ cat 1.py
> import processing
>
> processing.waitForAnyChild()
> $ python 1.py
> Traceback (most recent call last):
>  File "1.py", line 3, in <module>
>    processing.waitForAnyChild()
>
> File 
> "/usr/lib/python2.5/site-packages/processing-0.52-py2.5-linux-i686.egg/processing/__init__.py",
> line 154, in waitForAnyChild
>    from processing.forking import waitForAnyChild
> ImportError: cannot import name waitForAnyChild
>
> 2. the waitForAnyChild in processing will call
> processing.fork.waitForAnyChild, but there is no such function.
>
> --- System information. ---
> Architecture: i386
> Kernel:       Linux 2.6.26-1-686
>
> Debian Release: lenny/sid
>  500 unstable        192.168.30.86
>
> --- Package information. ---
> Depends             (Version) | Installed
> =============================-+-===========
> libc6              (>= 2.7-1) | 2.7-13
> python               (>= 2.4) | 2.5.2-2
> python               (<< 2.6) | 2.5.2-2
> python-ctypes                 | 1.0.2-5
> python-support     (>= 0.7.1) | 0.8.1
>
>
>
> --
> LI Daobing
>
> _______________________________________________
> Python-modules-team mailing list
> [email protected]
> http://lists.alioth.debian.org/mailman/listinfo/python-modules-team
>



-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Reply via email to