gui_app not a good idea to default
This commit is contained in:
parent
716ac1aa10
commit
3aff00973c
|
|
@ -15,14 +15,14 @@
|
|||
|
||||
class wx(package):
|
||||
config(display_name = "wxPython GUI Toolkit")
|
||||
config(gui_app = True)
|
||||
#config(gui_app = True)
|
||||
require('panda3d')
|
||||
|
||||
module('direct.showbase.WxGlobal', 'wx', 'wx.*')
|
||||
|
||||
class tk(package):
|
||||
config(display_name = "Tk GUI Toolkit")
|
||||
config(gui_app = True)
|
||||
#config(gui_app = True)
|
||||
require('panda3d')
|
||||
|
||||
module('Tkinter',
|
||||
|
|
|
|||
Loading…
Reference in New Issue