djhenderson / pefile

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

Any plans for python 3 #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

Are there any plans to port this to python 3?
There aren't any good python 3 pe parsers out there, so this will be a great 
help

Original issue reported on code.google.com by simonz...@gmail.com on 18 Jan 2012 at 12:09

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
Simon, care to share your py3k port somewhere?

Original comment by theli.ua on 10 Feb 2012 at 8:39

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by ero.carr...@gmail.com on 27 Oct 2014 at 3:45