Changed mode to PyGUI for Linux
This commit is contained in:
parent
331617c3e1
commit
af13a21a02
|
|
@ -115,7 +115,7 @@ if sys.platform=="linux2":
|
||||||
import misc_funcs
|
import misc_funcs
|
||||||
#SYSTEM="gtk"
|
#SYSTEM="gtk"
|
||||||
### TESTING - gtk should be Linux platform, at least for now ####
|
### TESTING - gtk should be Linux platform, at least for now ####
|
||||||
'''
|
#'''
|
||||||
import pickle
|
import pickle
|
||||||
import GUI # Using PyGUI. Experimental.
|
import GUI # Using PyGUI. Experimental.
|
||||||
from GUI import Window as OSXWindow, Button as OSXButton, Image as OSXImage
|
from GUI import Window as OSXWindow, Button as OSXButton, Image as OSXImage
|
||||||
|
|
@ -131,7 +131,7 @@ if sys.platform=="linux2":
|
||||||
ids = {}
|
ids = {}
|
||||||
jsdefs = []
|
jsdefs = []
|
||||||
jsfunctions = ""
|
jsfunctions = ""
|
||||||
sep = "/"
|
sep = "/"'''
|
||||||
elif sys.platform=="win32":
|
elif sys.platform=="win32":
|
||||||
import pickle
|
import pickle
|
||||||
import GUI # Using PyGUI. Experimental.
|
import GUI # Using PyGUI. Experimental.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue