[Python-modules-team] Bug#471656: ImportError: No module named processing.test

Bastian Blank waldi at debian.org
Wed Mar 19 10:58:59 UTC 2008


Package: python-processing
Version: 0.40-1
Severity: serious

| # performing tests
| set -e ;\
|         for py in 2.4 2.5; do  \
|             PYTHONPATH=/build/waldi/python-processing/python-processing-0.40/build/lib.-s390x-$py \
|               python$py -c "from processing.test import main; main()";\
|             # # PYTHONPATH=/build/waldi/python-processing/python-processing-0.40/build/lib_d.-s390x-$py \
|             # #   python$py-dbg -c "from processing.test import main; main()";\
|         done
| Traceback (most recent call last):
|   File "<string>", line 1, in ?
| ImportError: No module named processing.test
| make: *** [build-stamp] Error 1

debian/rules uses DEB_BUILD_ARCH_OS without defining it and uname -m.

Bastian

-- 
Where there's no emotion, there's no motive for violence.
		-- Spock, "Dagger of the Mind", stardate 2715.1





More information about the Python-modules-team mailing list