AttributeError on import
Brought to you by:
pabigot
I sucessfully ran pyxbgen from within my (attached) xsd directory:
pyxbgen -u arelda_v3.13.2.xsd -m arelda
On import, I get the following error:
Traceback (most recent call last):
File "foo.py", line 2, in <module>
import arelda
File "arelda.py", line 2892, in <module>
class ordnerSIP (ordner):
File "arelda.py", line 2917, in ordnerSIP
_ElementMap = ordner._ElementMap.copy()
AttributeError: 'property' object has no attribute '_ElementMap'
xsd files used for generation
Thanks for the reproducing case. Patched in next branch with commit below.