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


Groups > comp.lang.python > #95406

Re: -2146826246 in win32com.client for empty #N/A cell in Excel

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 <rosuav@gmail.com>
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 <DUB123-W150215EF62F35B4D653625837A0@phx.gbl>
References <29fb0de6-2d4a-4392-9c85-8f1633ad5454@googlegroups.com> <DUB123-W150215EF62F35B4D653625837A0@phx.gbl>
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 <rosuav@gmail.com>
Cc "python-list@python.org" <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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.41.1439750470.4764.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Mon, Aug 17, 2015 at 3:27 AM, Albert-Jan Roskam
<sjeik_appie@hotmail.com> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

-2146826246 in win32com.client for empty #N/A cell in Excel Sven Boden <sven.boden@gmail.com> - 2015-08-16 09:53 -0700
  Re: -2146826246 in win32com.client for empty #N/A cell in Excel Chris Angelico <rosuav@gmail.com> - 2015-08-17 04:41 +1000
  Re: -2146826246 in win32com.client for empty #N/A cell in Excel Laura Creighton <lac@openend.se> - 2015-08-16 21:49 +0200
  Re: -2146826246 in win32com.client for empty #N/A cell in Excel Nobody <nobody@nowhere.invalid> - 2015-08-16 22:37 +0100
  Re: -2146826246 in win32com.client for empty #N/A cell in Excel random832@fastmail.us - 2015-08-16 17:39 -0400

csiph-web