mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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>
|
||||
#
|
||||
|
||||
import pygtk
|
||||
pygtk.require('2.0')
|
||||
import sys
|
||||
import os
|
||||
import dl
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
# Author: David I. Lehn <dlehn@vt.edu>
|
||||
#
|
||||
|
||||
import pygtk
|
||||
pygtk.require('2.0')
|
||||
import sys
|
||||
import os
|
||||
import dl
|
||||
|
|
Loading…
Reference in a new issue