Python_AVrecorder icon indicating copy to clipboard operation
Python_AVrecorder copied to clipboard

Running with Python

Open djtale opened this issue 5 years ago • 1 comments

Hello,

Thank you for this script. This is exactly what I'm looking for.

But I would like to integrate your code within my existing photobooth script and for that I would like to have it running with python, not with python3.

Would it be possible ? What changes to the code should be applied ?

Thanks

djtale avatar Jun 13 '20 20:06 djtale

Hi! Sorry for the late reply...python2 and python3 are somewhat similar in syntax. I'd suggest just try running and fix whichever errors pop up as you go.

That being said, python2 has been discontinued since the start of this year. I'd recommend using Python3

kpolley avatar Aug 28 '20 18:08 kpolley