Skip to content
Discussion options

You must be logged in to vote

have you imported the recover module?

>>> import ezdxf
>>> ezdxf.recover.read
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'ezdxf' has no attribute 'recover'
>>> import ezdxf.recover
>>> ezdxf.recover.read
<function read at 0x7f650407bee0>

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mozman
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #254 on December 11, 2020 05:03.