X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=QhnRrrKFYiECPb5cCWsiQ5s76eOTYh31va+sa9ixdGh31KWtDaH4Y OiT4zH3gk3fitkrtcQ9dQfubIPeHJJfAj3YnSbSGAwKdW1gGrmwyTMMOQ/AhjrSI UcoBg4w0G1qYn0c1hq9HWGV9QmdmS0p7qLfr0+BWYmBthiETbfpGrI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=qcMK3vzc+YcwEaOOo73UW/Civkk=; b=Eyz0Ihd0SRh2YqrDA11C92RemqB2 TfVa9ttTulDDWuCkvZY452Bqk4W+cHJ+MItdHhKZn6QB1WMlz458exKymuwqy6bB wGmeQE2WjvmcUMdgd422u0vu9L9joNm/8ERolu7N194BOsiBRoGv6uNlABNcrpIp HH/w2Rp42qKhyXs= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=sk:howcan, sk:how-can, javascript, tia X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Brian Inglis Subject: Re: Installing python's pypiwin32 Date: Fri, 8 Apr 2016 03:52:55 +0000 (UTC) Lines: 22 Message-ID: References: <570233D4 DOT 5090103 AT bellsouth DOT net> <57023987 DOT 2060604 AT gmail DOT com> <570244A1 DOT 20302 AT bellsouth DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Dennis Putnam bellsouth.net> writes: > On 4/4/2016 5:53 AM, Marco Atzeri wrote: > > On 04/04/2016 11:28, Dennis Putnam wrote: > >> I'm trying to install pypiwin32 and have hit a stone wall. That module > >> wants _winreg so I installed cygwinreg. However, I cannot find a way to > >> tell pip to use cygwinreg rather than _winreg. Is there a way to alias > >> or some way to get pip to use the right module? TIA. > > I doubt the package is cygwin compatible > If that is the case then is there another way to open message boxes > without running Xwin? If you don't care how you do it, while looking for an alternative to XP cmd msg, found http://stackoverflow.com/a/8965189: $ mshta "javascript:alert('Message\n\nMultiple\nLines\ntoo\!');close();" Works on Win7 at least, as long as you don't strip .../Windows/system32 from PATH. More suggestions and variations at: http://stackoverflow.com/questions/12514475/how-can-you-create-pop-up-messages-in-a-batch-script -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple