delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/09/15/17:04:51

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:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=kD5k+8waVM6ayCTo
4VFBgXfhKbQf611dnpoTzTRbdE/Lc7RKjnJVYxw5SQpWMYUjiL2s+paS9hlXpRD6
/FBJ8sgYMSrZk+LvP5jgmoq+51gWaqQoTKdvJvphEDBOemNC8p/ZcMMfT0OKUo03
jBWmZGrr35VRSLnJQXjsbxUqTDU=
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:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=dQDfRbciUmJKIj5W3fNVqv
gi5qI=; b=GWYS5H9EnM0D4fwN76JBVCNb2SisHlYcluuFnOPRLXmlG3FzYrfCiN
i6F402ghOFqXROc52jeCXLC/b+SZ9JIBWGuu1cfcvBbK6C3lILMaqrETGiqMvfK2
wPCwUJLSawvStOncDohKTHXlxsthoi/WGg0FlWHrNDA8ajXdxCDxc=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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.6 required=5.0 tests=BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=twisted, UD:egg, UD:7.egg, UD:beebits.net
X-HELO: mail-wm0-f45.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=uhHeAHzuXwHKZ0AbyNiGiKZSXEQlpllwZMBSIpg6Bw8=; b=SAKWb9gJYvgP3hJeYxESw5lyjxDnaxjQ0+F2mMqFC+xtXMQ4SJbArnGBXltVL5PBbM llL3V1SbThW+H+aCuNM70alTcmBNq62BRsfGqvywgrYn6zmZrA6dDqC+WnnXKAW2uXja kKw0GppTL4GY4QqWuObZyVsHzfpMOVFH8XNTSIp+MzQLOwD0TYjmIJOjc+1YScKWyFrw gt3iZBrUsQbDvx4Yf6Oq0eeB1VlEjCZAsSTzKjZXI+JtFa2PcmJjNmZpKl/zk5ZYFTZC v6DcGIYVaEn3joUr3nVLmqQcXL3uQ7N7BkqmxmEEu0tuQcNbLH3FkbhE1Ji91+cyv/8z jMIw==
X-Gm-Message-State: AE9vXwOFFp+nnVXMh/72tFNT6VXvEMYB8P2jVyZCbX1oyyJLwZ0KxrW6A/RzOvHd7GSH4A==
X-Received: by 10.194.64.195 with SMTP id q3mr10996439wjs.151.1473973460612; Thu, 15 Sep 2016 14:04:20 -0700 (PDT)
Subject: Re: python-gtk2
To: cygwin AT cygwin DOT com
References: <18467275-50e7-c856-9ba4-2275b2ee7bac AT gmail DOT com> <132f06d8-d078-9bd2-07d5-bae5d23b1a38 AT cygwin DOT com>
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Message-ID: <69af32fb-669f-edd0-2479-e0576da40f73@gmail.com>
Date: Thu, 15 Sep 2016 23:04:09 +0200
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0
MIME-Version: 1.0
In-Reply-To: <132f06d8-d078-9bd2-07d5-bae5d23b1a38@cygwin.com>
X-IsSubscribed: yes

On 15/09/2016 19:16, Yaakov Selkowitz wrote:
> On 2016-09-14 08:14, Marco Atzeri wrote:
>> I am trying to use UPnP-Inspector
>> http://coherence.beebits.net/wiki/UPnP-Inspector
>>
>> In the last development version   UPnP_Inspector-0.2.3-py2.7.egg
>> contains on     EGG-INFO/requires.txt
>>
>> Coherence >= 0.6.4
>> Twisted
>> pygtk
>> setuptools
>
> python-gtk2.0 provides the pygtk requirement.  My guess is that it is
> looking for some pkg-info stuff which isn't installed because pygtk is
> built with autotools instead of distutils.
>
> I suggest building from the source .tar.gz instead of using the .egg.

thanks for the confirmation.
I already installed directly by git source with

python ./setup.py install


Regards
Marco

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019