mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 15:40:17 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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']
|
||||
Reference in New Issue
Block a user