Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!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.103 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.80; '*S*': 0.00; 'subject:Python': 0.05; 'argument': 0.15; '(aka': 0.16; 'subject:Which': 0.16; 'cc:addr :python-list': 0.16; 'wrote:': 0.18; 'cc:no real name:2**0': 0.20; '(or': 0.22; 'wrote': 0.22; 'header:In-Reply-To:1': 0.22; 'cc:2**0': 0.24; 'command': 0.24; 'guess': 0.26; 'windows': 0.26; 'testing': 0.26; 'not.': 0.28; 'looks': 0.29; 'cc:addr:python.org': 0.29; 'pm,': 0.29; 'cmd': 0.30; 'commands,': 0.30; 'down,': 0.30; 'kelly': 0.30; 'url:shtml': 0.30; "i've": 0.31; 'like.': 0.32; 'list': 0.32; "can't": 0.32; 'header:User- Agent:1': 0.33; 'it.': 0.34; 'window': 0.35; 'but': 0.37; 'run': 0.37; 'received:192': 0.37; 'another': 0.37; 'doing': 0.38; 'help': 0.39; "it's": 0.40; 'selection': 0.40; 'received:192.168': 0.40; 'entered': 0.40; 'your': 0.61; 'box,': 0.64; 'header:Reply- To:1': 0.71; 'reply-to:no real name:2**0': 0.72; '10:31': 0.84; 'menu.': 0.84; 'writing.': 0.91; 'from.': 0.93; 'pc.': 0.96 Date: Tue, 27 Dec 2011 22:47:54 -0500 From: Dave Angel User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Thunderbird/3.1.15 MIME-Version: 1.0 To: "W. eWatson" Subject: Re: Which libraries for Python 2.5.2 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:s87AIHWeu19xuoVYo7SDnZ8q0lJsenVMJ002PcZW6hD RNjqo9kWDrAP+HkVd7pffOuPpOEkIForIZ9dwfjKc3h9ScBXa6 dojQAoOyHmoay+Hh/kYkz3bvHn9zqHnvqNQSc+mLOcJjO9Oy2L YWPromyzhl0a9V8vkkKnhDz+Q/u/6YSIkcRxxmJlggaXevIbLO GqRx1jy5FrSCt9frfczX85ZxMCkHS1YjQVSKaBRQvEztAQguN1 sk6W5HLmwZ7ZtchZtIEeVWNW/zTaWqERKwP8CQwMHBW8isgHJC lhAg8FufnUHqILCXuAWA9lBt2dWClonrbecQNSetV98/nUp3qT a2dLHPvNUvhUOr76934s= Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: d@davea.name 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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1325044093 news.xs4all.nl 6927 [2001:888:2000:d::a6]:36393 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:18091 On 12/27/2011 10:31 PM, W. eWatson wrote: > On 12/27/2011 6:27 PM, Ian Kelly wrote: >> >> http://www.dll-files.com/dllindex/dll-files.shtml?msvcp71 (or just >> find it on another Windows XP PC) and copy it into >> C:\Windows\System32. Don't forget to run regsvr32 to register it. >> >> HTH, >> Ian > You are very likely right about the spelling. I wrote it down, and > carried it to this PC. Sometimes I can't read my own writing. > > I've never used regsvr32, but I would guess it's entered into the Run > (simple dialog for MS tools like regedit) selection off the Start menu. Of course not. You run it from the same command window (aka DOS box, or cmd window) you've been doing all your other testing from. And like all good commands, it has built-in help so you can see what the argument list looks like. -- DaveA