I currently have a few python scripts that utilize windows native os commands to interact with the file system and Autocad. If I packaged everything into a streamlit .exe would I be able to do this still?
Are there any permissions issues that I may encounter?
Welcome to the community, @Mason_Keresty!
Yes, a Streamlit app packaged as an .exe with PyInstaller should still interact with the Windows OS and applications like AutoCAD.
As far as I know, the executable should maintain the ability to execute OS commands and perform operations similar to running as a script. It should inherit the user’s permissions, so operations requiring elevated privileges may necessitate running the executable as admin to avoid security risks.
I hope that helps!
Best,
Charly
Thanks so much for the quick response!
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.