Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #4723
| From | Thomas Güttler <guettliml@thomas-guettler.de> |
|---|---|
| Newsgroups | de.comp.lang.python |
| Subject | [Python-de] Oracle ansprechend |
| Date | 2017-03-28 13:49 +0200 |
| Message-ID | <mailman.100.1490701811.2634.python-de@python.org> (permalink) |
| References | <d96551a8-7391-6417-6b48-9eac69c8bde5@thomas-guettler.de> |
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/
Back to de.comp.lang.python | Previous | Next | Find similar
[Python-de] Oracle ansprechend Thomas Güttler <guettliml@thomas-guettler.de> - 2017-03-28 13:49 +0200
csiph-web