From 455c9b7f69398e18c0f0d4a089533aa3f9e344c5 Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 25 Jul 2011 07:49:46 +0000 Subject: [PATCH] add Pmw to tkinter package, and hopefully fix pygame --- direct/src/p3d/thirdparty.pdef | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/direct/src/p3d/thirdparty.pdef b/direct/src/p3d/thirdparty.pdef index bb5d693982..d45843c6f8 100644 --- a/direct/src/p3d/thirdparty.pdef +++ b/direct/src/p3d/thirdparty.pdef @@ -36,7 +36,8 @@ class tk(package): 'tkMessageBox', 'tkSimpleDialog') module('direct.showbase.TkGlobal', 'direct.tkpanels', - 'direct.tkwidgets') + 'direct.tkwidgets', + 'Pmw') class sqlite(package): config(display_name = "SQLite Interface") @@ -55,6 +56,7 @@ class pygame(package): require('panda3d', 'numpy') module('pygame', required = True) + module('pygame.*') class twisted(package): config(display_name = "Twisted")