Thread: [cx-oracle-users] Install problem on Windows
Brought to you by:
atuining
From: Randee B. <rbi...@gm...> - 2006-08-12 00:39:26
|
Hi, I'm trying to execute the cx_Oracle Windows installer for Oracle 10g/Python 2.4 but I get a runtime error about a bad memory reference. Has anyone seen this before? I tried versions 4.2 and 4.1 and neither works. Thanks. |
From: Anthony T. <ant...@gm...> - 2006-08-14 13:46:48
|
Could you be a little more specific as to when the error occurs? If you have multiple threads and you do not turn on "threading mode" you will (at some point anyway) get such an error. If its something else, please specify. Thank you. On 8/11/06, Randee Bierlein <rbi...@gm...> wrote: > Hi, > > I'm trying to execute the cx_Oracle Windows installer for Oracle > 10g/Python 2.4 but I get a runtime error about a bad memory reference. > Has anyone seen this before? I tried versions 4.2 and 4.1 and > neither works. > > Thanks. > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > |
From: Randee B. <rbi...@gm...> - 2006-08-14 23:11:37
|
The error occurs when running the Windows installer, immediately after clicking "Next" to "begin the installation of cx_Oracle". At this point it has been confirmed that Python is installed and a directory for cx_Oracle has been chosen. Thanks. On 8/14/06, Anthony Tuininga <ant...@gm...> wrote: > Could you be a little more specific as to when the error occurs? If > you have multiple threads and you do not turn on "threading mode" you > will (at some point anyway) get such an error. If its something else, > please specify. Thank you. > > On 8/11/06, Randee Bierlein <rbi...@gm...> wrote: > > Hi, > > > > I'm trying to execute the cx_Oracle Windows installer for Oracle > > 10g/Python 2.4 but I get a runtime error about a bad memory reference. > > Has anyone seen this before? I tried versions 4.2 and 4.1 and > > neither works. > > > > Thanks. > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > cx-oracle-users mailing list > > cx-...@li... > > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > |
From: Anthony T. <ant...@gm...> - 2006-08-15 13:37:17
|
Ouch. That sounds like something fundamental is broken in your Python installation -- unless others are experiencing this?? On 8/14/06, Randee Bierlein <rbi...@gm...> wrote: > The error occurs when running the Windows installer, immediately after > clicking "Next" to "begin the installation of cx_Oracle". At this > point it has been confirmed that Python is installed and a directory > for cx_Oracle has been chosen. Thanks. > > On 8/14/06, Anthony Tuininga <ant...@gm...> wrote: > > Could you be a little more specific as to when the error occurs? If > > you have multiple threads and you do not turn on "threading mode" you > > will (at some point anyway) get such an error. If its something else, > > please specify. Thank you. > > > > On 8/11/06, Randee Bierlein <rbi...@gm...> wrote: > > > Hi, > > > > > > I'm trying to execute the cx_Oracle Windows installer for Oracle > > > 10g/Python 2.4 but I get a runtime error about a bad memory reference. > > > Has anyone seen this before? I tried versions 4.2 and 4.1 and > > > neither works. > > > > > > Thanks. > > > > > > ------------------------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, security? > > > Get stuff done quickly with pre-integrated technology to make your job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > _______________________________________________ > > > cx-oracle-users mailing list > > > cx-...@li... > > > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > cx-oracle-users mailing list > > cx-...@li... > > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > |
From: Randee B. <rbi...@gm...> - 2006-08-15 16:11:49
|
Oh neat, you were right. I repaired my python install and cx_Oracle installed just fine. Thanks. On 8/15/06, Anthony Tuininga <ant...@gm...> wrote: > Ouch. That sounds like something fundamental is broken in your Python > installation -- unless others are experiencing this?? > > On 8/14/06, Randee Bierlein <rbi...@gm...> wrote: > > The error occurs when running the Windows installer, immediately after > > clicking "Next" to "begin the installation of cx_Oracle". At this > > point it has been confirmed that Python is installed and a directory > > for cx_Oracle has been chosen. Thanks. > > > > On 8/14/06, Anthony Tuininga <ant...@gm...> wrote: > > > Could you be a little more specific as to when the error occurs? If > > > you have multiple threads and you do not turn on "threading mode" you > > > will (at some point anyway) get such an error. If its something else, > > > please specify. Thank you. > > > > > > On 8/11/06, Randee Bierlein <rbi...@gm...> wrote: > > > > Hi, > > > > > > > > I'm trying to execute the cx_Oracle Windows installer for Oracle > > > > 10g/Python 2.4 but I get a runtime error about a bad memory reference. > > > > Has anyone seen this before? I tried versions 4.2 and 4.1 and > > > > neither works. > > > > > > > > Thanks. > > > > > > > > ------------------------------------------------------------------------- > > > > Using Tomcat but need to do more? Need to support web services, security? > > > > Get stuff done quickly with pre-integrated technology to make your job easier > > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > > _______________________________________________ > > > > cx-oracle-users mailing list > > > > cx-...@li... > > > > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > > > > > > > > > > ------------------------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, security? > > > Get stuff done quickly with pre-integrated technology to make your job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > _______________________________________________ > > > cx-oracle-users mailing list > > > cx-...@li... > > > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > cx-oracle-users mailing list > > cx-...@li... > > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > |