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:from:subject:to:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=w4U TVx55MFpscd45SlWOZeaJpPP2LcBQaFQVnmp1/AnOgT4G1mtFa1MRm5FF6q/twDy +qwtsoXwexPR1prbQdTEug1DMwRJb9tUBSpUVGEFrdDaYKpB8NHZnpPGGsDrULg6 dlFKFLX6JThI369fhyre4XHKmcLsh/xDiKBtWsMM= 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:from:subject:to:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=7KUMIC/oR SvvpRhh1Kn+XTqo0uM=; b=c4gYzc5qPRMtBe0OzgKGqIzSUVDdpHkOlRGoRsmmb pM7jm9IS64vUmJTVhMY9+j2CyD5B4wCj88rVZXLXd5q9/P7pyI/RwfNOUo3kDUUA EcuDFNM+Q/iFXfqI9rcp8tG8GUA8fMoN9udHX/3mSJzKoWnG+Zm5+AlnDYnbFDbx n4= 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=-1.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=impression X-HELO: mail-wm0-f48.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:to:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=NCnudQYz3u/6TKwO+fNgei3UVAGcnbx3h1wtGNHGOoY=; b=AhMZqsdznbDOQBNl/YasaOQ3qh6Nb7trR1CDRa/4HVy69QP9H1BpR2PZb4drkE6g6N r1Gf8rhaikfCqflmMgK+2fpS6y9k67BY+iWLg3t9ScVh8ZKZknz+TseUe0LBe6VDPAxO Aiv2nYp3ksD90NX+uAoZ4HsjqpwNpsJGef4GSE+uyFcJFDdkFYz9Rh10ZL6/gTK3S3mu 7eZhHV3eomsDFcRt+bTyjocp+OLHHMQKTo5BMM9sOBT8rya+e6dfpuVL3r8NygSubWSh kfuf8UKP9aXjQ/YZg2G+6dD6ilkfpqSjsPpil9irfronPDw24UStf8BPRtImIMHqJFFO AvkA== X-Gm-Message-State: AE9vXwO/pOmHSTOJN/RnpNr7gqSiDCTaDiFKpRB9aX7S6Ysi8wVA6y6ogNX8OvnB9tSpRA== X-Received: by 10.28.135.129 with SMTP id j123mr11224546wmd.110.1473858903726; Wed, 14 Sep 2016 06:15:03 -0700 (PDT) From: Marco Atzeri Subject: python-gtk2 To: "cygwin AT cygwin DOT com" Message-ID: <18467275-50e7-c856-9ba4-2275b2ee7bac@gmail.com> Date: Wed, 14 Sep 2016 15:14:56 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hi Folks, 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 That causes the program to fail with --------------------------------------------------------------- $ upnp-inspector Traceback (most recent call last): File "/usr/bin/upnp-inspector", line 4, in __import__('pkg_resources').run_script('UPnP-Inspector==0.2.3', 'upnp-inspector') File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3070, in @_call_aside File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3056, in _call_aside f(*args, **kwargs) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3083, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 645, in _build_master ws.require(__requires__) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 946, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 833, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'pygtk' distribution was not found and is required by UPnP-Inspector --------------------------------------------------------------- If I remove the raw from requires.txt the program runs at least partially. I have the impression that pygtk is provided by python-gtk2, that is installed, or it is something slight different that is needed ? 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