1. Install macports from the macports website.
2. Open Terminal and issue the following command
sudo port install qtiplot (all the dependencies should install however the qtiplot build will fail)
3. Remove the qtiplot download with the following command
sudo port clean qtiplot
4. Fetch the qtiplot archive
sudo port fetch qtiplot
5. Configure the qtiplot install
sudo port configure qtilot
This will extract the qtiplot files
6. Navigate to the qtiplot folder in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_qtiplot/work/qtiplot-XXX/qtiplot
7. Open qtiplot.pro with TextEdit and comment out the # SCRIPTING_LANGS += Python line with a #
8. Return to the Terminal and issue
sudo port build qtiplot
9. Install qtiplot with
sudo port destroot qtiplot
10. Finally issue the following command to install qtiplot in /Applications/Macports
sudo port install qtiplot




