Ticket #61: add import hook for mako.

git-svn-id: http://svn.pyinstaller.org/trunk@664 8dd32b29-ccff-0310-8a9a-9233e24343b1
This commit is contained in:
giovannibajo
2009-05-18 12:44:56 +00:00
parent 2486614ccb
commit d20c296020
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@ Changes since PyInstaller 1.3
the old-style Python 2.4 syntax with Python 2.5).
+ Add import hook for gadfly.
+ Add import hook for PyQWt5.
+ Add import hook for mako.
+ Improve import hooks for PyGTK (thanks to Marco Bonifazi and foxx).
+ Add fix for the very annoying "MSVCRT71 could not be extracted" bug,
which was caused by the DLL being packaged twice (thanks to Idris
+3
View File
@@ -0,0 +1,3 @@
# codegen generates Python code that is then executed through exec().
# This Python code imports the following modules.
hiddenimports = ['mako.cache', 'make.runtime', 'mako.filters']