Re: I need help installing pypng in Python 3.3

2012-10-30 Thread icgwh
On Monday, October 29, 2012 3:48:09 PM UTC+1, Andrew Robinson wrote: > On 10/29/2012 06:39 AM, ic...@tagyourself.com wrote: > > > That's very kind of you but I don't think it would be particularly fitted > > to my needs. The program I'm trying to code creates an image as an 2D array > > of "pixe

Re: I need help installing pypng in Python 3.3

2012-10-29 Thread icgwh
> > 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

Re: I need help installing pypng in Python 3.3

2012-10-29 Thread icgwh
That's very kind of you but I don't think it would be particularly fitted to my needs. The program I'm trying to code creates an image as an 2D array of "pixels" which is defined by RGBA value. My program needs to access and modifies every component of every pixels in the image following a set o

Re: I need help installing pypng in Python 3.3

2012-10-29 Thread icgwh
I probably should have mentioned that I'm under W7 ultimate x64, I'm using eclipse Juno (latest) and pydev 2.7.1 -- http://mail.python.org/mailman/listinfo/python-list

I need help installing pypng in Python 3.3

2012-10-29 Thread icgwh
Hello all, I am very new to python. I am currently porting a little project of mine from java to python and I need to be able to construct and write png images. I naturally turned myself toward pypng to accomplish this. I learned from the net that pypng 0.0.13 is supposed to work in Python 3.x