Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'win32': 0.03; 'cc:addr :python-list': 0.09; 'integer,': 0.09; 'python': 0.10; '3:27': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.16; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'aug': 0.20; 'am,': 0.23; "haven't": 0.24; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'signed': 0.24; 'message-id:@mail.gmail.com': 0.27; '32-bit': 0.29; 'subject:/': 0.30; 'received:google.com': 0.35; 'no,': 0.38; 'mailing': 0.38; 'mean': 0.38; 'does': 0.39; 'subject: #': 0.79; 'chrisa': 0.84; 'to:none': 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:cc :content-type; bh=3/WlZV+j+x4yzlt+NpILc5lpaMn5kq0DAx3l3ERmjj8=; b=XozdEzpJvuFSe0YZEKT/HRLmmwD2Gd5NsE4WUwIq5JbM9+o4g9yg60XfTyDvK9doAN WLdfTyyw2lu/WXU+v3m6wz+X6iozATLmFhnIw94CJWaO6kFkFdL0aHkl4/Td0iz4HiK5 yuD78xNh0BqYbHqtCwiborpBOrud1NtWIp+E8XvABh8QucOJGuwSa0/DszsK4gprVebK SJ0PyMmbS5cK7sXwLt5yOMqBMy07poOlzGy1CiSZC8Mk7bf7bsbddpAohTwh02/L8PZn DCCV67i7rKtlo4TUSjNyJqRjlPn67IB7/u6LrE95xNkJZWN5JAfSONNTceSaEAe7s7yu y9ZA== MIME-Version: 1.0 X-Received: by 10.50.114.100 with SMTP id jf4mr4252536igb.94.1439750466784; Sun, 16 Aug 2015 11:41:06 -0700 (PDT) In-Reply-To: References: <29fb0de6-2d4a-4392-9c85-8f1633ad5454@googlegroups.com> Date: Mon, 17 Aug 2015 04:41:06 +1000 Subject: Re: -2146826246 in win32com.client for empty #N/A cell in Excel From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1439750470 news.xs4all.nl 2940 [2001:888:2000:d::a6]:38211 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95406 On Mon, Aug 17, 2015 at 3:27 AM, Albert-Jan Roskam wrote: > Does that number happen to be -1 * sys.maxint? No, it's -1 * 0x7ff5f806. As a signed 32-bit integer, it's 0x800a07fa. Does either of those numbers mean anything? Sven, you might do better to ask on a dedicated Python + Win32 mailing list; I haven't used Python on Windows much for a while. ChrisA