Hi Matt,

Yes, I have that env var added to my .bash_profile as well, and it's
set to $ORACLE_HOME. If I run Python in a shell, import os and
os.environ, I can see the variables and their values appear to be
correct...just not running from the built-in Django server.

b

On Feb 24, 1:55 pm, Matt Boersma <m...@sprout.org> wrote:
> On Tue, Feb 24, 2009 at 12:44 PM, Brandon Taylor
>
> <btaylordes...@gmail.com> wrote:
> > When connecting to Oracle with Django through a shell, everything
> > works as expected. However, when I use Aptana/PyDev to debug...
>
> It sounds likely that debugging environment differs from what
> "manage.py shell" gets.
>
> The other environment variable to be aware of for cx_Oracle is
> LD_LIBRARY_PATH.  That should include the directory with the oracle
> client libs (for Instant Client, I think it's the same as
> ORACLE_HOME).  Is that set the same in your general environment and
> the debugging environment?
--~--~---------~--~----~------------~-------~--~----~
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