[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

python-parse-type



Hello,

Trying to build the python-parse-type package on Sid (source is in git
for DPMT), required by python-pytest-bdd, I get the following error
repeated a number of times:

Traceback:
tests/test_parse_util.py:7: in <module>
    from .parse_type_test import TestCase, unittest
tests/parse_type_test.py:3: in <module>
    from parse_type import TypeBuilder
parse_type/__init__.py:3: in <module>
    from parse_type.cardinality import Cardinality
parse_type/cardinality.py:8: in <module>
    from enum import Enum
E   ImportError: No module named enum

Huh? I thought enum is a standed python feature for both versions (2.7
and 3.5) of python in Sid.

Any ideas?
-- 
Brian May <brian@linuxpenguins.xyz>
https://linuxpenguins.xyz/brian/


Reply to: