Open GoogleCodeExporter opened 9 years ago
Ported most of it myself, thanks to the great code quality
But it would be nice if there was official support for py3k
Original comment by simonz...@gmail.com
on 19 Jan 2012 at 5:48
Simon, care to share your py3k port somewhere?
Original comment by theli.ua
on 10 Feb 2012 at 8:39
sorry it took so long, but here it is:
https://github.com/simonzack/pefile-py3k
Original comment by simonz...@gmail.com
on 13 Mar 2013 at 2:07
Can the existing code be made compatible with Python 2.6, 2.7, and 3+, using
mostly __FUTURE__ statements? (I should diff simonz code, and what means
"most of") Is that acceptable to the project owners to move forward, or must
it remain compatible with earlier Python versions? Alternatively, will there
be two versions of pefile?
My interest is that Pyinstaller uses pefile.
Original comment by boo...@nc.rr.com
on 14 Oct 2013 at 6:38
Ported the latest version of pefile (1.2.10-139) to python3 at the below link.
https://bitbucket.org/mlaferrera/pefile-python3
Original comment by mar...@cromdalelabs.com
on 28 Jan 2014 at 7:22
pefile (1.2.10-139) for python3.3 at the below link ~ :)
https://github.com/BlackXeronic/pefile_py3
Original comment by janghs1...@gmail.com
on 1 Feb 2014 at 7:07
There is a "work in progress" on Python 3 support in PyInstaller. We would like
having pefile support Python 3 and be compatible with Python 2.7.
Original comment by mzibr.pu...@gmail.com
on 8 May 2014 at 7:54
Original comment by ero.carr...@gmail.com
on 27 Oct 2014 at 3:45
Original issue reported on code.google.com by
simonz...@gmail.com
on 18 Jan 2012 at 12:09