Monthly Archives: February 2013

Pyinstaller, Matplotlib and BaseMap

Having big problems persuading a python,matplotlib and Basemap project to freeze using Pyinstaller. On doze and Linux, Basemap kept looking in the site distribution for the data files. Workround I found was the addition of this environment variable PROJ_DIR via a tweak to proj.py as … Continue reading

Posted in coding, linux, matplotlib, pandas | Tagged , , | Comments Off on Pyinstaller, Matplotlib and BaseMap