Hi,
I'm trying to find documentation on how to control the value of Pictory variables through python.
I've been able to do it following the RunningLight.py example and it works but the values returned by the current fcntl python library don't match what's expected when I unpack the data.
My basic question is, where do I find documentation on fcntl and another python example library I saw called revpimodio2?
Thanks.
Python Libraries Documentation
Re: Python Libraries Documentation
Hi jorgevasiliadis,
the documentation of fnctl can be found in the Python documentation: https://docs.python.org/3/library/fcntl.html
All informations and some examples regarding revpimodio2 are located here: https://revpimodio.org/en/homepage/
Nicolai
the documentation of fnctl can be found in the Python documentation: https://docs.python.org/3/library/fcntl.html
All informations and some examples regarding revpimodio2 are located here: https://revpimodio.org/en/homepage/
Nicolai