Re: Django on Mac OS X

2012-06-17 Thread Moshe Voloshin
Tried homebrew - this was a response to another reply Thomas. brew update Here I tried: brew install postgresql but had this error Error: Failed executing: make install-world (postgresql.rb:67) So instead I did this: brew install postgres --no-ossp-uuid --no-python --no-rubie Then when

Re: Django on Mac OS X

2012-06-16 Thread Moshe Voloshin
I tried that too, but it didn't change anythin On Saturday, June 16, 2012 9:21:38 PM UTC-7, Kurtis wrote: > > Try using the Brew (or ports or whatever it's called on Mac) system to > install Python, PostgreSQL, and the postgresql development libs. > > On Sat, Jun 16

Re: Django on Mac OS X

2012-06-16 Thread Moshe Voloshin
Replying to this old post as I am having this problem of: Symbol not found: _PQbackendPID On MAC OS x 10.6.8 using: python 2.7 and postgres 9.1.4 On virtual env Wanted to ask if you guys seen this issue with python 2.7 and do you know if there is a solution to this. Thanks On Sunday, July 18, 20