mirror of
https://github.com/panda3d/panda3d.git
synced 2026-03-16 07:26:51 -05:00
Added tkinter check
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
|
||||
import sys
|
||||
try: import _tkinter
|
||||
except: sys.exit("Please install python module 'Tkinter'")
|
||||
|
||||
import direct
|
||||
from direct.directbase.DirectStart import*
|
||||
from direct.showbase.TkGlobal import*
|
||||
|
||||
Reference in New Issue
Block a user