Is there any supported way to execute a Python script from a Premiere Pro UXP panel?
Hello,
I am developing a UXP panel for Adobe Premiere Pro that needs to trigger Python-based processing (e.g., audio/video analysis and other long-running computations).
I understand that UXP does not expose Node.js APIs such as child_process, nor direct access to the OS shell. Based on the current documentation, it appears that executing external processes (such as Python scripts) directly from a UXP panel is not supported.
However, I would like to confirm the following with the community and Adobe team:
1. Is there any supported or recommended mechanism for a UXP panel to execute or invoke Python code locally?
2. If direct execution is not possible, are there any workaround?
My goal is to provide a seamless user experience without requiring users to manually start scripts or services.
Any clarification or official guidance would be greatly appreciated.
Thank you.
