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:
David I. Lehn 2002-11-07 07:31:06 +00:00
parent a7f1d00e51
commit 6b99320437
2 changed files with 4 additions and 0 deletions

View file

@ -20,6 +20,8 @@
# Author: David I. Lehn <dlehn@vt.edu>
#
import pygtk
pygtk.require('2.0')
import sys
import os
import dl

View file

@ -20,6 +20,8 @@
# Author: David I. Lehn <dlehn@vt.edu>
#
import pygtk
pygtk.require('2.0')
import sys
import os
import dl