Hello,
Can i use the action "open program/document" to execute an .exe file there. i have convert python scripts via pyinstaller to .exe files. Can i use this mentioned action to execute them? Are there any conditions?
On top of that can is there any other possibility to run python3 scripts with an action of the NiceLabel Automation?
Best regards...
action "open program/document" / python3 scripts
Moderator: NiceLabel Support Team
- Mytch
- NiceLabel Support
- Posts: 325
- Joined: Fri Jul 13, 2018 10:26 pm
- Location: Milwaukee, Wisconsin
- Contact:
Re: action "open program/document" / python3 scripts
Hi,
Yes, you can open a .exe file using the Open Document/Program Action.
Actually, you can open any file this way, including .py file for any Python version (assuming you have the dependencies). NiceLabel itself using IronPython library based on Python2.7. You can't directly import .py from Python3 but again, you have options to just execute a .py directly if you don't intend to pass functions back to NiceLabel as a result.
Yes, you can open a .exe file using the Open Document/Program Action.
Actually, you can open any file this way, including .py file for any Python version (assuming you have the dependencies). NiceLabel itself using IronPython library based on Python2.7. You can't directly import .py from Python3 but again, you have options to just execute a .py directly if you don't intend to pass functions back to NiceLabel as a result.
www.loftware.com

