amb2301 Posted January 8, 2020 Posted January 8, 2020 Hi Friends, i am trying to call the python script in autocad using autolisp, so if someone share me the sample scripts it will be helpful for me Thanks in Advance Quote
amb2301 Posted January 10, 2020 Author Posted January 10, 2020 Hi Friends, could anyone help me on this topic Quote
rlx Posted January 10, 2020 Posted January 10, 2020 let me first clearly state I know nothing about python. but a quick google : open-py-files In lisp you could try something like (command "sh" "C:\\Python27\python.exe C:\\your_path\\your_python.PY") I don't know if a python file starts by double clicking on it else you could use master Lee's open function : http://www.lee-mac.com/open.html Quote
BIGAL Posted January 10, 2020 Posted January 10, 2020 (edited) Like Rlx let me first clearly state I know nothing about python. Can you explain in simple terms what it is your trying to do, is it talk to Autocad or just run a python and write a file then read into Autocad. etc You may need to make a exe. Edited January 10, 2020 by BIGAL Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.