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
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

