Re: [cx-oracle-users] cx_Oracle and Python 2.4.1 on Windows
Brought to you by:
atuining
From: Anthony T. <ant...@gm...> - 2005-04-06 16:25:32
|
Hmm, do you have the Oracle 10g client (or instant client) installed on your machine? That is necessary for using cx_Oracle. You should also mention __which__ module could not be found -- that's usually displayed in a message box. I'm suspecting that the module that could not be found is oci.dll but if its something else that would help in diagnosing your problem. On Apr 6, 2005 9:01 AM, Carl Bignell <cbi...@nr...> wrote: > All, > > I am running Python 2.4.1 on a windows XP machine > (with service pack 2). I installed the cx_oracle > module for Pyhton 2.5 and Oracle 10g. > > When I import the module with the command > > import cx_Oracle > > I receive the following error: > > Traceback (most recent call last): > File "<pyshell#0>", line 1, in -toplevel- > import cx_Oracle > ImportError: DLL load failed: The specified module could not be found. > > The cx_Oracle.pyd has been installed in the > c:\python24\lib\site-packages directory and that > directory is in the sys.path directory. > > If this were an incorrectly named file I would have > received the error: > > ImportError: No module named cx_oracle > > Could anyone suggest a fix for this problem? > > Many thanks in advance, > Carl > > Carl Bignell > cbi...@nr... > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > |