Browse Source

add Pmw to tkinter package, and hopefully fix pygame

rdb 14 years ago
parent
commit
455c9b7f69
1 changed files with 3 additions and 1 deletions
  1. 3 1
      direct/src/p3d/thirdparty.pdef

+ 3 - 1
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")