Changeset 310

Show
Ignore:
Timestamp:
Mon Mar 12 19:18:28 2007
Author:
giovannibajo
Message:

Improve import hooks for PyGTK

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/hooks/hook-gtk.py

    r204 r310  
      1 # Copyright (C) 2005, Giovanni Bajo  
      2 # Based on previous work under copyright (c) 2001, 2002 McMillan Enterprises, Inc.  
    1 3 #  
    2    
    3   #Submited by Seth Remington (ticket#15)  
    4    
    5   hiddenimports = ['pango', 'atk', 'gobject', 'gtk.glade']  
    6    
      4 # This program is free software; you can redistribute it and/or  
      5 # modify it under the terms of the GNU General Public License  
      6 # as published by the Free Software Foundation; either version 2  
      7 # of the License, or (at your option) any later version.  
    7 8 #  
      9 # This program is distributed in the hope that it will be useful,  
      10 # but WITHOUT ANY WARRANTY; without even the implied warranty of  
      11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
      12 # GNU General Public License for more details.  
      13 #  
      14 # You should have received a copy of the GNU General Public License  
      15 # along with this program; if not, write to the Free Software  
      16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA  
      17  
      18 # Submited by Seth Remington (ticket#15)  
      19 # Refined by Marco Bonifazi (via e-mail)  
      20 hiddenimports = ['gtkglext', 'gdkgl', 'gdkglext', 'gdk', 'gtk.gdk', 'gtk.gtkgl',  
      21                  'gtk.gtkgl._gtkgl', 'gtkgl', 'pangocairo', 'pango', 'atk',  
      22                  'gobject', 'gtk.glade', 'cairo']  
  • trunk/doc/CHANGES.txt

    r309 r310  
    5 5  + Add import hooks for PyQt4 (thanks to Pascal Veret)  
    6 6  + Add import hooks for pyodbc (thanks to Don Dwiggins)  
      7  + Improve import hooks for PyGTK (thanks to Marco Bonifazi and foxx).  
    7 8  + Add fix for the very annoying "MSVCRT71 could not be extracted" bug,  
    8 9    which was caused by the DLL being packaged twice (thanks to Idris