Sheesh, we need to add all the PIL modules separately

This commit is contained in:
rdb 2009-12-12 20:27:44 +00:00
parent b7663f1630
commit 9e06342b65

View File

@ -58,7 +58,31 @@ class pil(package):
config(display_name = "Python Imaging Library")
require('panda3d')
module('PIL', 'PIL.*')
module('PIL', 'PIL.*', 'ArgImagePlugin', 'BdfFontFile',
'BmpImagePlugin', 'BufrStubImagePlugin', 'ContainerIO',
'CurImagePlugin', 'DcxImagePlugin', 'EpsImagePlugin',
'ExifTags', 'FitsStubImagePlugin', 'FliImagePlugin',
'FontFile', 'FpxImagePlugin', 'GbrImagePlugin', 'GdImageFile',
'GifImagePlugin', 'GimpGradientFile', 'GimpPaletteFile',
'GribStubImagePlugin', 'Hdf5StubImagePlugin',
'IcnsImagePlugin', 'IcoImagePlugin', 'ImImagePlugin',
'Image', 'ImageChops', 'ImageCms', 'ImageColor', 'ImageDraw',
'ImageDraw2', 'ImageEnhance', 'ImageFile', 'ImageFileIO',
'ImageFilter', 'ImageFont', 'ImageGL', 'ImageGrab',
'ImageMath', 'ImageMode', 'ImageOps', 'ImagePalette',
'ImagePath', 'ImageQt', 'ImageSequence', 'ImageShow',
'ImageStat', 'ImageTk', 'ImageTransform', 'ImageWin',
'ImtImagePlugin', 'IptcImagePlugin', 'JpegImagePlugin',
'McIdasImagePlugin', 'MicImagePlugin', 'MpegImagePlugin',
'MspImagePlugin', 'OleFileIO', 'PSDraw', 'PaletteFile',
'PalmImagePlugin', 'PcdImagePlugin', 'PcfFontFile',
'PcxImagePlugin', 'PdfImagePlugin', 'PixarImagePlugin',
'PngImagePlugin', 'PpmImagePlugin', 'PsdImagePlugin',
'SgiImagePlugin', 'SpiderImagePlugin', 'SunImagePlugin',
'TarIO', 'TgaImagePlugin', 'TiffImagePlugin', 'TiffTags',
'WalImageFile', 'WmfImagePlugin', 'XVThumbImagePlugin',
'XbmImagePlugin', 'XpmImagePlugin', '_imaging',
'_imagingmath', '_imagingtk', )
class pyopengl(package):
config(display_name = "PyOpenGL")