Re: [cx-oracle-users] pycharm issue
Brought to you by:
atuining
From: Shai B. <sh...@pl...> - 2015-07-07 22:49:47
|
On Monday 06 July 2015 17:37:33 Kru...@we... wrote: > I'm having an issue with using the cx_Oracle module - I can use/import it > with the python command line, but for some reason I can't import it into > PyCharm. I keep getting that the module does not exist. The cx_Oracle.pyd > file is in the python path, so not sure what the issue is. Any ideas? .pyd -- so you're on Windows, right? Does pycharm run with the right Oracle environment settings? Are Oracle dlls in the PATH? |