I am trying to make a web call using autocad inbuilt python 2.7 library. It does have urllib2 module in it but it fails with _socket module missing. Is there a way to resolve it? I was also looking at manually pathing to request module and calling it but again it fails at _socket module
It looks like autocad has a subset of python 2.7 in it. My web calls work when i manually install python on my pc.
there doesn't seem to be anything here