Jump to content

Right way to wake up python scripts for FTrack?


Alberto GZ

Recommended Posts

I have some scripts with events, and I felt some differences due to starting mode these scripts. For example, when I run from terminal with

python 'samplescript.py'

script is running with a terminal window opened then after any time, script left run correctly.

However, if I launch script from a .php with

exec("python samplescript.py");

python process is running, and script seems runs right forever.

 

What would be the right way to wake a up a python script?

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...