File tree Expand file tree Collapse file tree
cefpython/cef1/windows/binaries Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 else :
2323 raise Exception ("Unsupported python version: %s" % sys .version )
2424except ImportError :
25- # Import from package (installer exe ).
25+ # Import from package (installer).
2626 from cefpython1 import cefpython
2727
2828import cefwindow
Original file line number Diff line number Diff line change 1515 else :
1616 raise Exception ("Unsupported python version: %s" % sys .version )
1717except ImportError :
18- # Import from package (installer exe ).
18+ # Import from package (installer).
1919 from cefpython1 import cefpython
2020
2121import cefwindow
Original file line number Diff line number Diff line change 1717 else :
1818 raise Exception ("Unsupported python version: %s" % sys .version )
1919except ImportError :
20- # Import from package (installer exe ).
20+ # Import from package (installer).
2121 from cefpython1 import cefpython
2222
2323import wx
Original file line number Diff line number Diff line change 3030 else :
3131 raise Exception ("Unsupported python version: %s" % sys .version )
3232except ImportError :
33- # Import from package (installer exe ).
33+ # Import from package (installer).
3434 from cefpython1 import cefpython
3535
3636from pandac .PandaModules import loadPrcFileData
Original file line number Diff line number Diff line change 1414 else :
1515 raise Exception ("Unsupported python version: %s" % sys .version )
1616except ImportError :
17- # Import from package (installer exe ).
17+ # Import from package (installer).
1818 from cefpython1 import cefpython
1919
2020import pygtk
Original file line number Diff line number Diff line change 1414 else :
1515 raise Exception ("Unsupported python version: %s" % sys .version )
1616except ImportError :
17- # Import from package (installer exe ).
17+ # Import from package (installer).
1818 from cefpython1 import cefpython
1919
2020from PyQt4 import QtGui
Original file line number Diff line number Diff line change 1414 else :
1515 raise Exception ("Unsupported python version: %s" % sys .version )
1616except ImportError :
17- # Import from package (installer exe ).
17+ # Import from package (installer).
1818 from cefpython1 import cefpython
1919
2020import PySide
Original file line number Diff line number Diff line change 1414 else :
1515 raise Exception ("Unsupported python version: %s" % sys .version )
1616except ImportError :
17- # Import from package (installer exe ).
17+ # Import from package (installer).
1818 from cefpython1 import cefpython
1919
2020import wx
You can’t perform that action at this time.
0 commit comments