Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read&Write DWG #32

Open
svetloffs opened this issue Aug 27, 2020 · 1 comment
Open

Read&Write DWG #32

svetloffs opened this issue Aug 27, 2020 · 1 comment

Comments

@svetloffs
Copy link

There is a task to automate the routine process associated with Autocad 2020 LT. You need to insert the same table into 180 DWG files (it's not a problem to load it in Python). The method for opening the file doesn't work:

from pyautocad import Autocad, APoint
acad = Autocad()
acad.prompt("Hello, Autocad from Python\n")
print(acad.doc.Name)

Help me, please if it possible.

@maqiuping59
Copy link

Try open AutoCAD manually before run code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants