Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #32414

Re: I need help installing pypng in Python 3.3

Newsgroups comp.lang.python
Date 2012-10-29 11:16 -0700
References <c2254bc0-6dd6-4c4c-b73a-a89ebbe64c4c@googlegroups.com> <mailman.3016.1351523294.27098.python-list@python.org>
Subject Re: I need help installing pypng in Python 3.3
From icgwh@tagyourself.com
Message-ID <mailman.3040.1351535114.27098.python-list@python.org> (permalink)

Show all headers | 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 | NextPrevious in thread | Find similar | Unroll thread


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