Re: Re: [cx-oracle-users] Installation problem on mandrake 9.2
Brought to you by:
atuining
From: <chr...@ne...> - 2004-01-16 18:43:52
|
Anthony, Thanks=2E When I run the setup=2Epy build, I get the following error message:= Traceback (most recent call last): File "setup=2Epy", line 34, in ? oracleHome =3D os=2Eenviron["ORACLE_HOME"] File "/usr/lib/python2=2E3/UserDict=2Epy", line 19, in __getitem__ def __getitem__(self, key): return self=2Edata[key] KeyError: 'ORACLE_HOME' Thanks again, Chris ----- Original Message ----- From: Anthony Tuininga Sent: 1/16/2004 7:21:00 AM To: chrisa@jakks=2Enet Cc: cx-oracle-users@lists=2Esourceforge=2Enet Subject: Re: [cx-oracle-users] Installation problem on mandrake 9=2E2 > Try executing the following: >=20 > rpm -qa | grep cx_Oracle >=20 > and see if anything turns up=2E If so, execute the following: >=20 > rpm -ql cx_Oracle >=20 > and note where the files are located=2E It is possible that your Python > installation and the cx_Oracle RPM are not compatible -- your Python > executes in /usr/local/bin but the cx_Oracle RPM expects a Python from > /usr/bin=2E >=20 > If the RPM doesn't work for you, you should be able to download the > source and execute (from within the directory where the source was > extracted): >=20 > python setup=2Epy build > python setup=2Epy install >=20 > and that should install it for you=2E >=20 > Hope that helps=2E >=20 > On Thu, 2004-01-15 at 18:00, Christopher Abrams wrote: > > Hello cx-oracle-users, > >=20 > > I'm having trouble installing cx_Oracle 4=2E0 on a Mandrake 9=2E2 box=2E= I > > am fairly new to Mandrake and Linux in general=2E I've tried to search > > for a package for cx_Oracle using drakconf (urpmi), but I haven't had > > any luck=2E I've also searched around the web for some help=2E I > > downloaded the rpm from the cx_Oracle page, but when I rpm -i the > > package doesn't seem to get installed=2E I also don't get any error > > messages=2E If anyone knows of anything that would help, it would be > > greatly appreciated=2E > >=20 > > Thanks, > > Chris > >=20 > >=20 > > ------------------------------------------------------- > > The SF=2ENet email is sponsored by EclipseCon 2004 > > Premiere Conference on Open Tools Development and Integration > > See the breadth of Eclipse activity=2E February 3-5 in Anaheim, CA=2E > > http://www=2Eeclipsecon=2Eorg/osdn > > _______________________________________________ > > cx-oracle-users mailing list > > cx-oracle-users@lists=2Esourceforge=2Enet > > https://lists=2Esourceforge=2Enet/lists/listinfo/cx-oracle-users > --=20 > Anthony Tuininga > anthony@computronix=2Ecom > =20 > Computronix > Distinctive Software=2E Real People=2E > Suite 200, 10216 - 124 Street NW > Edmonton, AB, Canada T5N 4A3 > Phone:=09(780) 454-3700 > Fax:=09(780) 454-3838 > http://www=2Ecomputronix=2Ecom >=20 >=20 >=20 > ------------------------------------------------------- > The SF=2ENet email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity=2E February 3-5 in Anaheim, CA=2E > http://www=2Eeclipsecon=2Eorg/osdn > _______________________________________________ > cx-oracle-users mailing list > cx-oracle-users@lists=2Esourceforge=2Enet > https://lists=2Esourceforge=2Enet/lists/listinfo/cx-oracle-users |