[Pythonmac-SIG] py2app data files

Robert Kern rkern at ucsd.edu
Fri Jun 3 04:07:41 CEST 2005


Charles Moad wrote:
>      py2app-0.2 sticks the data files for matplotlib in /usr/local/ 
> share/share/matplotlib instead of /System/Library/Frameworks/ 
> Python.framework/Versions/2.3/share/matplotlib when running  
> bdist_mpkg then installing the created package.  Any clues???   
> (basemap files go to the wrong place too)

Use --install-data=/usr/local . matplotlib will look in 
/usr/local/share/matplotlib . You will need to edit a line somewhere in 
basemap to look for data in /usr/local/share/basemap .

It's better this way; trust me.

-- 
Robert Kern
rkern at ucsd.edu

"In the fields of hell where the grass grows high
  Are the graves of dreams allowed to die."
   -- Richard Harter


More information about the Pythonmac-SIG mailing list