Re: using oracle database with django running on an Intel Mac

2007-01-23 Thread frank h.
forgot to add: - I tried compiling with both gcc 4.01 and gcc 3.3 - invoking "python setup.py build" needs env ORACLE_HOME set, I set it to point to the instaclient directory frank h. wrote: > Hello all > I have an Intel based Macbook, universal Python 2.4 and the Oracle > instaclient installed.

using oracle database with django running on an Intel Mac

2007-01-23 Thread frank h.
Hello all I have an Intel based Macbook, universal Python 2.4 and the Oracle instaclient installed. I can connect fine to my Oracle db which runs on another server using sqlplus. I am on trunk (r4365) and I just want to use django to make some nice views of some of the tables in that oracle db -