mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
add "import pygtk; pygtk.require('2.0')" to force the proper version of pygtk
Original commit message from CVS: add "import pygtk; pygtk.require('2.0')" to force the proper version of pygtk
This commit is contained in:
parent
a7f1d00e51
commit
6b99320437
2 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
||||||
# Author: David I. Lehn <dlehn@vt.edu>
|
# Author: David I. Lehn <dlehn@vt.edu>
|
||||||
#
|
#
|
||||||
|
|
||||||
|
import pygtk
|
||||||
|
pygtk.require('2.0')
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
import dl
|
import dl
|
||||||
|
|
|
@ -20,6 +20,8 @@
|
||||||
# Author: David I. Lehn <dlehn@vt.edu>
|
# Author: David I. Lehn <dlehn@vt.edu>
|
||||||
#
|
#
|
||||||
|
|
||||||
|
import pygtk
|
||||||
|
pygtk.require('2.0')
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
import dl
|
import dl
|
||||||
|
|
Loading…
Reference in a new issue