diff options
-rwxr-xr-x | TTS.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TTS.py b/TTS.py index 96a6f64..4473986 100755 --- a/TTS.py +++ b/TTS.py @@ -1,4 +1,6 @@ #!/usr/bin/env python2 +import pygst +pygst.require('0.10') import gst import subprocess import os.path |