Bug#811291: dh-make: Doesn't work with 'ImportError: No module named enum'

2016-01-17 Thread Christian Marillat
On 17 janv. 2016 21:01, Craig Small wrote: > On Mon, 18 Jan 2016 04:27 Christian Marillat > wrote: > > $ dh_make -s -f ../nordlicht-0.4.2.tar.gz > Traceback (most recent call last): > File "/usr/bin/dh_make", line 14, in > from enum import Enum > ImportError: No module named

Bug#811291: dh-make: Doesn't work with 'ImportError: No module named enum'

2016-01-17 Thread Craig Small
On Mon, 18 Jan 2016 04:27 Christian Marillat wrote: > $ dh_make -s -f ../nordlicht-0.4.2.tar.gz > Traceback (most recent call last): > File "/usr/bin/dh_make", line 14, in > from enum import Enum > ImportError: No module named enum > Hi Christian, Just install python-enum34. I'm not sure

Bug#811291: dh-make: Doesn't work with 'ImportError: No module named enum'

2016-01-17 Thread Christian Marillat
Package: dh-make Version: 2.201603 Severity: serious Dear Maintainer, Never seen that before : $ dh_make -s -f ../nordlicht-0.4.2.tar.gz Traceback (most recent call last): File "/usr/bin/dh_make", line 14, in from enum import Enum ImportError: No module named enum Christian --