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
@ -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…
x
Reference in New Issue
Block a user