diegorep / pypng

Automatically exported from code.google.com/p/pypng
0 stars 0 forks source link

Cannot install pypng-0.0.13 in Windows 7, 64-bit OS #67

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. trying to install PyPNG in Windows 7 64-bit machine
2. Used command "python.exe setup.py install"
3.

What is the expected output? What do you see instead?
c:\Python33\lib\distutils\dist.py:257: UserWarning: Unknown distribution 
option: 'use_2to3'
warnings.warn(msg)
running install
running build
running build_py
running install_lib
byte-compiling c:\Python33\lib\site-packages\png.py to png.cpython-33.pyc
File "c:\Python33\lib\site-packages\png.py", line 1884
except ValueError, e:
SyntaxError: invalid syntax
running install_egg_info
Removing c:\Python33\lib\site-packages\pypng-0.0.13-py3.3.egg-info
Writing c:\Python33\lib\site-packages\pypng-0.0.13-py3.3.egg-info

What version of the product are you using? On what operating system?
Windows 7 64-bit OS

Please provide any additional information below.
See the attached file

Original issue reported on code.google.com by mkak...@gmail.com on 1 Dec 2012 at 1:09

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Sorry cannot upload the file for some reason.
Also, I've set the python path in the environmental variable, but cmd prompt 
does not recognize python unless I give the whole path.

c:\Python33;c:\Python33\DLLs;c:\Python33\LIB;c:\Python33\LIB\LIB2to3

Original comment by mkak...@gmail.com on 1 Dec 2012 at 3:25