Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.kamp.net!newsfeed.kamp.net!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 08:43:08 -0700 Lines: 8 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de A1zuLhWRjyRGq6QYPPIhLQbvVZqAW9hHtsMibxjgrJUQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'failing': 0.05; '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; 'thanks.': 0.18; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'fix': 0.21; 'cc:no real name:2**0': 0.22; 'am,': 0.23; 'dec': 0.23; 'header:In-Reply- To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'fine': 0.28; '13,': 0.29; 'connection': 0.30; 'fixed': 0.31; 'problem': 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; 'received:209': 0.38; 'from:no real name:2**0': 0.60; 'is.': 0.63; 'resolved.': 0.91 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=Mc3JGmRXnPBZWB9akVN0CIOlM+KtrLlOSBptXWD6TUQ=; b=iS4WKOK8xLHE/n3Armjfi1tM94uWvm0kg53EyUYSMpeUcmlh3PynTvCzlxEwfz2VaZ cvRZn2IT9NfmRG4rSwCs1vJAbrA6ieVnJIx8rXOdFLugTSicleKk0jlJwMeyRGLTvmlK 3F3rLqjyL6pcsioveZSSQWcy+yWmOXw5k+PvtoVzpVSj2sT9Gx5uetRpkpunAeSz91sU MsiIrXVQOKH/0Nifamg5+WkD9kSmv9seZTyHXz4JwA+NrpEcs35Ha7JrsDAt0AvDf51x O/o4srm+mDnoNun9/ke8DU6u5rdjg/+ss67AQid3pypTu79fviejwb9SG5+b6PQ0Ieem ZjPw== X-Received: by 10.25.154.136 with SMTP id c130mr16225135lfe.24.1450194189091; Tue, 15 Dec 2015 07:43:09 -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:100465 On Dec 13, 2015 7:20 AM, "William Abdo" wrote: > > Problem Resolved. > I have fixed the Oracle connection issue under Windows 10 with cx_Oracle . > PYODBC was only failing on the Oracle connection and worked fine on MS SQL under Windows 10. Please tell us what the fix is. Thanks.