Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'executed': 0.07; 'setup.py': 0.07; 'subject:help': 0.07; 'python': 0.09; '2to3': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'properly': 0.15; 'anymore': 0.16; 'gonna': 0.16; 'subject:3.3': 0.16; 'skip': 0.17; 'subject:need': 0.17; 'not,': 0.21; 'installed': 0.23; 'seems': 0.23; 'second': 0.24; 'cc:2**1': 0.24; 'tried': 0.25; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'translated': 0.27; 'received:209.85.212': 0.28; 'run': 0.28; 'changed.': 0.29; "i'm": 0.29; 'file': 0.32; 'received:google.com': 0.34; 'wrong': 0.34; 'doing': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'cc:no real name:2**1': 0.36; 'should': 0.36; 'problems': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'nothing': 0.38; 'from:no real name:2**0': 0.60; 'gave': 0.65; 'skip:c 50': 0.66; 'received:209.85.212.56': 0.91 Newsgroups: comp.lang.python Date: Mon, 29 Oct 2012 11:16:27 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=85.201.10.233; posting-account=vMlWXAoAAABorwHpel8u-aWzmlfyTQgA References: User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 85.201.10.233 MIME-Version: 1.0 Subject: Re: I need help installing pypng in Python 3.3 From: icgwh@tagyourself.com To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: icgwh@tagyourself.com, python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1351535115 news.xs4all.nl 6895 [2001:888:2000:d::a6]:44289 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:32414 > > Do you have the file c:\Python33\Lib\site-packages\pypng-0.0.13-py3.3.egg ? > > If not, you have not successfully installed pypng. Please try one of > > the methods I gave above. Yes I do have the egg. I'm gonna try to summarize: I don't have installations problems anymore but it seems that png.py is not run through 2to3 although it should since the setup.py is properly configured: if sys.version_info >= (3,): conf['use_2to3'] = True I even tried to skip the if to ensure the second line is executed but nothing changed. I don't know what I'm doing wrong but it seems that png.py is not properly translated to Python 3.