Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Newsgroups: comp.lang.python Subject: RE: Windows 10 and PYODBC Date: Tue, 15 Dec 2015 09:33:51 -0700 Lines: 9 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de kDlto0b2j1sAigddRmlDVw1C2tPdPu5aW8HAvwcYqDsw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'subject:Windows': 0.09; 'pyodbc': 0.09; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; '>': 0.18; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'cc:no real name:2**0': 0.22; 'am,': 0.23; 'dec': 0.23; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; 'parameters': 0.27; 'message-id:@mail.gmail.com': 0.27; 'correct': 0.28; '15,': 0.30; 'call,': 0.33; 'oracle': 0.33; 'worked': 0.34; 'received:google.com': 0.35; 'received:209.85': 0.36; 'subject:: ': 0.37; 'skip:& 10': 0.37; 'client': 0.37; 'received:209': 0.38; 'still': 0.40; 'from:no real name:2**0': 0.60; 'sounds': 0.76 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Ih3Y1iCnHppMH9aqBZrY0NNuWdBeV0TsiTrK8bOHUVU=; b=pz4ShBLRX+MqAQgllCrlti/QBzp2DR06Jf2hWEPp68gSgMlg0zCl17Mbmz7uspW4Zg aNMk8WAYnBRDjlI6+Q45cwPeOWDW5x3g5EacDLAhNCg4oKGqsJWlHggHyPhVhbNe1HiG nxdY2jU6/q3LvRP/EHAD5WXUAxMmcWxGVjnwVa6OY03CdYXuLyhUkIFizIcAO6ML1zxg CofGmVfn+0NslStatfKSh9AIRmGqFTzAar9tYGoAa9PmbNdHkmsi1MUHbF96hr7MJ8pE LNKweuo6GgD91U4k6gBPvji7XRsRGvkuZnt7/dHVkR7CXCCUtMNJiqXH1vXUjZituB8r T8Fw== X-Received: by 10.112.55.97 with SMTP id r1mr8721493lbp.117.1450197231951; Tue, 15 Dec 2015 08:33:51 -0800 (PST) In-Reply-To: X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:100472 On Dec 15, 2015 9:22 AM, "William Abdo" wrote: > > So I started a search for an Oracle based ODBC client since PYODBC is still working with the Microsoft DB=E2=80=99s, I tried cx_Oracle and it wor= ked perfectly after I managed to get the parameters correct on the call, It sounds like PYODBC cannot connect to Oracle on Windows 10. Is that correct?