Hallo, seit Jahren arbeite ich PostgreSQL und da bin ich nun etwas verwöhnt. Der psycopg2 Adapter ist überall verfügbar. Aber nun soll ich mich mit Oracle verbinden. Ich bekommt diese Meldung: (oracle-test)foo@host:~/tmp/oracle-test> pip install cx_Oracle Collecting cx-Oracle Using cached cx_Oracle-5.3.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 20, in <module> File "/home/pypi/tmp/pip-build-aJfsPO/cx-Oracle/setup.py", line 174, in <module> raise DistutilsSetupError("cannot locate an Oracle software " \ distutils.errors.DistutilsSetupError: cannot locate an Oracle software installation Hier findet man dann anscheinend weitere Infos: https://github.com/oracle/python-cx_Oracle/blob/master/BUILD.txt ... Ist das ganze Prozedere wirklich nötig? Gibt es da nicht eine Möglichkeit, dass alles leichter installieren kann? Gruß, Thomas -- Thomas Guettler http://www.thomas-guettler.de/