Browse Source

let's just add some more standard encodings to the panda3d package

rdb 14 years ago
parent
commit
1208f78d86
2 changed files with 5 additions and 4 deletions
  1. 3 2
      direct/src/p3d/panda3d.pdef
  2. 2 2
      direct/src/p3d/pdeploy.py

+ 3 - 2
direct/src/p3d/panda3d.pdef

@@ -57,8 +57,9 @@ class panda3d(package):
     module('panda3d')
     module('panda3d')
 
 
     # Include various standard Python encodings.  The rest is in morepy.
     # Include various standard Python encodings.  The rest is in morepy.
-    module('encodings', 'encodings.utf_8', 'encodings.ascii',
-           'encodings.string_escape', 'encodings.mbcs', 'io')
+    module('encodings', 'encodings.aliases', 'encodings.undefined,'
+           'encodings.utf_8', 'encodings.ascii', 'encodings.string_escape',
+           'encodings.mbcs', 'encodings.latin_1', 'io')
 
 
     # Pick up the shader files that appear in direct/src/filter.
     # Pick up the shader files that appear in direct/src/filter.
     import direct
     import direct

+ 2 - 2
direct/src/p3d/pdeploy.py

@@ -125,8 +125,8 @@ Options:
      file that will be used to represent the installed application.
      file that will be used to represent the installed application.
      To support all platforms, it is recommended to supply images of
      To support all platforms, it is recommended to supply images of
      the sizes 16x16, 32x32, 48x48, 128x128, 256x256, and 512x512.
      the sizes 16x16, 32x32, 48x48, 128x128, 256x256, and 512x512.
-     The larger icon sizes can be omitted can safely be omitted if
-     you cannot provide images in that resolution.
+     The larger icon sizes can safely be omitted if you cannot
+     provide images in that resolution.
      It is recommended to use .png images for correct transparency.
      It is recommended to use .png images for correct transparency.
      If no images are provided, no icon will be generated.
      If no images are provided, no icon will be generated.
      Only relevant when generating a graphical installer.
      Only relevant when generating a graphical installer.