From: Céline A. <cel...@gm...> - 2014-06-01 15:09:26
|
Hi, Concerning the installation on MacOSX https://sourceforge.net/apps/mediawiki/fpdb/index.php?title=Install_in_MacOSX , here is how I installed fpdb with Homebrew: brew update brew install python brew install pygtk echo export PATH='/usr/local/bin:$PATH' >> ~/.bash_profile source ~/.bash_profile brew tap homebrew/python brew install matplotlib --with-pygtk I hope it helps. Celine |