codeforamerica / pdfhook

A Python web application for converting PDF forms into PDF-filling APIs
https://pdfhook.herokuapp.com
MIT License
46 stars 24 forks source link

Issues with installation 3/23/16 #63

Open gauravmk opened 8 years ago

gauravmk commented 8 years ago
  1. Question asked: How do I know that python is in my PATH?
  2. Issue faced: pg_config executable not found (Need to add postgres). Maybe make separate heroku-only install
bengolder commented 8 years ago
  1. This should be addressed by documentation
  2. The pg_config error was caused by the unnecessary inclusion of psycopg2 in requirements/dev.txt. psycopg2 might be needed for heroku, but is not a requirement for any other type of installation. Apparently, heroku installs warrant slightly different install requirements. We should make a requirements/heroku.txt file. (done, https://github.com/codeforamerica/pdfhook/commit/b684f74940faacee5c2d8c0281a79f92611c7aa5)