Sorry for the long delay in a reply, I have only just come back to working 
on this
It seems matplotlib isn't the only place resulting in qt4 and Tk being 
pulled in ( I edited the file in question as well as hookutils: all_bk = 
['GTK','GTKAgg','GTKCairo']  instead of: all_bk = eval_statement('import 
matplotlib; print matplotlib.rcsetup.all_backends') )

something is still pulling in pyqt4 and pyTk. It has to be matplotlib 
(its the only module which can utilise these other toolkits).
Any other suggestions as to where an override could be added?

On Tuesday, 20 March 2012 13:48:52 UTC, Martin Z wrote:
>
> Jon Roadley-Battin píše v Po 19. 03. 2012 v 11:37 +0000:
> > Any help to limit this would be grateful, talking about the difference
> > between a 15meg bundled and a 30meg bundled 
>
> the hook file for matplotlib.backend includes hardcoded list of all
> backends. Probably to customize this hook file could solve your issue.
>
> ./PyInstaller/hooks/hook-matplotlib.backends.py
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pyinstaller/-/bvm7WKnVXcsJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to