Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.python > #4724

Re: [Python-de] Oracle ansprechend

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Rainer Fischbach <fischbach@ecs-gmbh.de>
Newsgroups de.comp.lang.python
Subject Re: [Python-de] Oracle ansprechend
Date Tue, 28 Mar 2017 12:06:36 +0000
Lines 91
Message-ID <mailman.101.1490705078.2634.python-de@python.org> (permalink)
References <d96551a8-7391-6417-6b48-9eac69c8bde5@thomas-guettler.de> <E0B596A7FAC32D44BD42F0B2A2B40CEB02B354AA@ecsnms020.ecs-gmbh.local>
Mime-Version 1.0
Content-Type text/plain; charset="iso-8859-1"
Content-Transfer-Encoding quoted-printable
X-Trace news.uni-berlin.de tIIkRbt22xE+xBoqozs1agI7ME7QTWG7nUahf2hEnTVg==
Return-Path <fischbach@ecs-gmbh.de>
X-Original-To python-de@python.org
Delivered-To python-de@mail.python.org
Thread-Topic [Python-de] Oracle ansprechend
Thread-Index AQHSp7n0RKH6lyaQE0aEgiWolKPTqKGqJ9v7
In-Reply-To <d96551a8-7391-6417-6b48-9eac69c8bde5@thomas-guettler.de>
Accept-Language de-DE, en-US
Content-Language de-DE
X-MS-Has-Attach
X-MS-TNEF-Correlator
x-originating-ip [192.168.1.3]
x-tm-as-product-ver SMEX-11.1.0.1291-8.100.1062-22970.006
x-tm-as-result No--16.451400-5.000000-31
x-tm-as-user-approved-sender No
x-tm-as-user-blocked-sender No
X-bounce-key webpack.hosteurope.de; fischbach@ecs-gmbh.de; 1490705077; f619c774;
X-HE-SMSGID 1csptV-0003jM-RS
X-BeenThere python-de@python.org
X-Mailman-Version 2.1.23
Precedence list
List-Id Die Deutsche Python Mailingliste <python-de.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-de>, <mailto:python-de-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-de/>
List-Post <mailto:python-de@python.org>
List-Help <mailto:python-de-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-de>, <mailto:python-de-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <E0B596A7FAC32D44BD42F0B2A2B40CEB02B354AA@ecsnms020.ecs-gmbh.local>
X-Mailman-Original-References <d96551a8-7391-6417-6b48-9eac69c8bde5@thomas-guettler.de>
Xref csiph.com de.comp.lang.python:4724

Show key headers only | View raw


wenn ich mich recht erinnere, musst du einen Oracle-Client (am besten den instant-client) installiert haben, damit die cx_Oracle-Installation funktioniert.

Grüße


Rainer Fischbach
______________________________________________________

ECS
Engineering Consulting & Solutions GmbH
Ingolstädter Straße 47
92318  Neumarkt
DEUTSCHLAND

Tel.:                +49 (0)9181 - 4764-84
Fax:                 +49 (0)9181 - 4764-50
Mobil:               +49 (0)171  - 4141570
E-Mail:              fischbach(at)ecs-gmbh.de
Web:                 http://www.ecs-gmbh.de
______________________________________________________

Engineering Consulting & Solutions GmbH
Sitz der Gesellschaft: Neumarkt i.d.OPf.
Geschäftsführer: Wolfgang Dietzler
Eingetragen im Handelsregister Nürnberg unter HRB: 13998 
USt.-IDNr. gemäß § 27a Umsatzsteuergesetz: DE 181055415

Hinweis zur Vertraulichkeit:

Die in dieser E-Mail enthaltenen Informationen sind vertraulich zu behandeln und nur für den/die dort genannten Empfänger bestimmt. Die Vertraulichkeit ist unter Berücksichtigung der einschlägigen Gesetze, insbesondere BDSG, durch den/die Empfänger sicherzustellen. Sofern Sie nicht der beabsichtigte Empfänger sind, ist das Speichern, die Weiterleitung oder das Kopieren dieser E-Mail strikt untersagt. Haben Sie diese Nachricht irrtümlicherweise erhalten, benachrichtigen Sie uns bitte umgehend und löschen das Dokument.

________________________________________
Von: python-de [python-de-bounces+fischbach=ecs-gmbh.de@python.org]&quot; im Auftrag von &quot;Thomas Güttler [guettliml@thomas-guettler.de]
Gesendet: Dienstag, 28. März 2017 13:49
An: Die Deutsche Python Mailingliste
Betreff: [Python-de] Oracle ansprechend

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/
_______________________________________________
python-de maillist  -  python-de@python.org
https://mail.python.org/mailman/listinfo/python-de




Back to de.comp.lang.python | Previous | Next | Find similar


Thread

Re: [Python-de] Oracle ansprechend Rainer Fischbach <fischbach@ecs-gmbh.de> - 2017-03-28 12:06 +0000

csiph-web