diff options
author | Jezra <jezra@jezra.net> | 2013-04-10 18:40:44 -0700 |
---|---|---|
committer | Jezra <jezra@jezra.net> | 2013-04-10 18:40:44 -0700 |
commit | b9632d0ab2f236e949d2d23c0360891c2c83d24b (patch) | |
tree | 6f4bf072e5848021ab86441ff53f005c24901956 | |
parent | 41c518ae922194ecaa1f1d868000a3d4d9b7a868 (diff) |
Added pygst and a requirement for a specific version
-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 |