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 [EMAIL PROTECTED] "In the fields of hell where the grass grows high Are the graves of dreams allowed to die." -- Richard Harter _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig