At 9:28 PM +0200 2006-06-07, Ronald Oussoren wrote:
>On 7-jun-2006, at 18:31, Russell E. Owen wrote:
>
>>
>>py2app is significantly smarter than py2exe about finding the necessary
>>files. The only hassles on Mac are:
>>- the need to copy the data files (not a big deal, especially,
>>apparently, with newer matplotlibs that use smarter paths)
>>- apparently the need to explicitly specify the FileDialog module (that
>>one caught me off guard)
>>- also, if one really wants to be safe, one should either delete
>>os.env["MATPLOTLIBDATA"] or set it to the correct path.
>
>To reiterate a point: all of these can be solved by a recipe ;-) ;-) ;-)

Yes. Once I can upgrade to the current matplotlib I'm looking forward 
to trying to write that recipe.

But...can dealing with os.env["MATPLOTLIBDATA"] really be part of the 
recipe? I had assumed not. If it can, any hints on how to do it?

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

Reply via email to