Browse Source

Added pygst and a requirement for a specific version

Jezra 11 years ago
parent
commit
b9632d0ab2
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      TTS.py

+ 2
- 0
TTS.py View File

@@ -1,4 +1,6 @@
1 1
 #!/usr/bin/env python2
2
+import pygst
3
+pygst.require('0.10')
2 4
 import gst
3 5
 import subprocess
4 6
 import os.path

Loading…
Cancel
Save