Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #32414
| 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 | <icgwh@tagyourself.com> |
| 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 | <mailman.3016.1351523294.27098.python-list@python.org> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=85.201.10.233; posting-account=vMlWXAoAAABorwHpel8u-aWzmlfyTQgA |
| References | <c2254bc0-6dd6-4c4c-b73a-a89ebbe64c4c@googlegroups.com> <mailman.3016.1351523294.27098.python-list@python.org> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Message-ID | <mailman.3040.1351535114.27098.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
>
> 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.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
I need help installing pypng in Python 3.3 icgwh@tagyourself.com - 2012-10-29 05:23 -0700
Re: I need help installing pypng in Python 3.3 icgwh@tagyourself.com - 2012-10-29 06:18 -0700
Re: I need help installing pypng in Python 3.3 Andrew Robinson <andrew3@r3dsolutions.com> - 2012-10-28 23:13 -0700
Re: I need help installing pypng in Python 3.3 icgwh@tagyourself.com - 2012-10-29 06:39 -0700
Re: I need help installing pypng in Python 3.3 Andrew Robinson <andrew3@r3dsolutions.com> - 2012-10-29 07:48 -0700
Re: I need help installing pypng in Python 3.3 icgwh@tagyourself.com - 2012-10-30 03:38 -0700
Re: I need help installing pypng in Python 3.3 icgwh@tagyourself.com - 2012-10-30 03:38 -0700
Re: I need help installing pypng in Python 3.3 icgwh@tagyourself.com - 2012-10-29 06:39 -0700
Re: I need help installing pypng in Python 3.3 David Robinow <drobinow@gmail.com> - 2012-10-29 11:08 -0400
Re: I need help installing pypng in Python 3.3 icgwh@tagyourself.com - 2012-10-29 11:16 -0700
Re: I need help installing pypng in Python 3.3 icgwh@tagyourself.com - 2012-10-29 11:16 -0700
csiph-web