Re: Environment variable not set

2009-02-24 Thread Brandon Taylor
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

Re: Environment variable not set

2009-02-24 Thread Matt Boersma
On Tue, Feb 24, 2009 at 12:44 PM, Brandon Taylor 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"

Environment variable not set

2009-02-24 Thread Brandon Taylor
Hi everyone, Still battling with Oracle, but found something interesting... When connecting to Oracle with Django through a shell, everything works as expected. However, when I use Aptana/PyDev to debug and I set a breakpoint on my view action, I get an error: InterfaceError: Unable to acquire