On Fri, Feb 20, 2009 at 10:52 AM, Brandon Taylor <btaylordes...@gmail.com>wrote:

>
> Hi everyone,
>
> I'm having a hell of a time getting connected to Oracle...
>
> We're running Intel MacBooks, OS X 10.5.6, Python 2.6.1, Django Trunk,
> Oracle InstantClient 10_2.
>
> We have tried using cx_Oracle-5.0 and 4.4.1. cx_Oracle seems to
> compile and install successfully, but, when we attempt to run a
> project using the built-in server, we're getting an error with both
> versions:
>
> Unhandled exception in thread started by <function inner_run at
> 0x782030>
> [snip]
>  Referenced from: /Users/bft228/.python-eggs/cx_Oracle-4.4.1-py2.6-
> macosx-10.3-i386.egg-tmp/cx_Oracle.so
>  Reason: image not found
>
>
> Can anyone out there help me get this working? I have very limited
> experience with Oracle, so please bear with me.
>

Have you read this page or the ones it references:

http://codingnaked.wordpress.com/2008/05/07/build-and-install-cx_oracle-on-macos-x-leopard-intel/

?

Someone in the comments there had the same error message and seemed to
figure out how to fix it.

Also, do not use cx_oracle 5.0.  It has a bug that will cause problems, see:

http://code.djangoproject.com/ticket/9935#comment:4

5.0.1 will apparently be OK, but 5.0 is definitely not good.

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to