You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is possible to run pyautocad in a mac?
Im trying and I get this error:
`
Python 3.6.8 (v3.6.8:3c6b436a57, Dec 24 2018, 02:04:31)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
import pyautocad
Traceback (most recent call last):
File "", line 1, in
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pyautocad/init.py", line 15, in
from pyautocad.api import *
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pyautocad/api.py", line 16, in
import comtypes
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/comtypes/init.py", line 23, in
from _ctypes import COMError
ImportError: cannot import name 'COMError'`
The text was updated successfully, but these errors were encountered:
Is possible to run pyautocad in a mac?
Im trying and I get this error:
`
Python 3.6.8 (v3.6.8:3c6b436a57, Dec 24 2018, 02:04:31)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: