Table of Contents

python install

python on windows

python on mac

psycopg2 and mysql drivers were easily installed with macports using these commands:
sudo port install py27-psycopg2
sudo port install py27-mysql

however, for the following items, pip was used with apple python to learn how it works; each of these were available on macports and could easily be installed from there

pip and postgres driver

sqlite

mysql

view installed modules