Re: OS X Server upgrade (10.6.3) can't load psycopg2 from apache2/modpython

2010-04-14 Thread CLIFFORD ILKAY
On 04/14/2010 05:54 PM, John Abraham wrote: Well I wouldn't say I have it sorted out, just temporarily working with duct tape and binder twine :) I don't know how to make apache2/mod_python find python libraries in the normal location, so I'm symlinking them everywhere!

Re: OS X Server upgrade (10.6.3) can't load psycopg2 from apache2/modpython

2010-04-14 Thread John Abraham
Well I wouldn't say I have it sorted out, just temporarily working with duct tape and binder twine :) I don't know how to make apache2/mod_python find python libraries in the normal location, so I'm symlinking them everywhere! -- John On Apr 14, 3:48 pm, Steven Elliott Jr wrote: > Righty. Glad

Re: OS X Server upgrade (10.6.3) can't load psycopg2 from apache2/modpython

2010-04-14 Thread Steven Elliott Jr
Righty. Glad you got it sorted. Cheers mate -Steven Elliott Jr On Apr 14, 2010, at 5:39 PM, John Abraham wrote: It's definitely a system path / python path problem. I did the brute force method of linking psycopg to the django project directories, twice, just to be sure: cd /Website/Djan

Re: OS X Server upgrade (10.6.3) can't load psycopg2 from apache2/modpython

2010-04-14 Thread John Abraham
It's definitely a system path / python path problem. I did the brute force method of linking psycopg to the django project directories, twice, just to be sure: cd /Website/Django/times ln -s /opt/local/Library/Frameworks/Python.framework/Versions/2.6/ lib/python2.6/site-packages/psycopg2 ps

Re: OS X Server upgrade (10.6.3) can't load psycopg2 from apache2/modpython

2010-04-14 Thread Steven Elliott Jr
Hey John, I am running Mac OS X Server(s) as well but have not yet updated to 10.6.3 - I am going to do this now and see if it breaks anything. My apps are all running using the preinstalled version so I'm curious to see if anything breaks. Just curious -- my python version is 2.6.1 and I neve

OS X Server upgrade (10.6.3) can't load psycopg2 from apache2/modpython

2010-04-14 Thread John Abraham
Is anyone familiar with configuration on OS X Server? I had a nice app working, but now it broke, I think it broke when I upgraded the server from 10.6.2 to 10.6.3. I know I have two python's installed, apple's and the macports one. It looks like my mod_python is using the macports one in /opt/lo