On 10 Mar, 2012, at 15:02, Chris Barker wrote:

>> 2) I tweaked the matplotlib recipe in py2app, it no
>> longer copies the entire package but adds a hook to
>> tell matplotlib where its data is. This solution is not fully
>> complete yet, I'm currently including mpl-data twice
>> (once in Resources, once in site-packages.zip) and
>> the later copy is not needed.
> 
> also nice -- did you use:
> 
> matplotlib.get_py2exe_datafiles()

That seemed to have assumptions about how py2exe bundles applications. I 
currently set and environment variable in the bootstrap module and that seems 
to work fine.

Ronald

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to