Roet-Ivar / Webman-Classics-Maker

A tool for PS3 that makes PKG shortcuts for ISO files
28 stars 6 forks source link

port project from python 2.7 to 3.7 #4

Closed Roet-Ivar closed 1 year ago

Roet-Ivar commented 5 years ago

Port project from python 2.7 to 3.7

Most issues lies in the webman_pkg.py (aka pkgcrypt.py) where I don't have a clue how to port char and string parsing due to changes from python 2 -> 3.

If above get sorted, building pkgcrypt.pyd and pkcrypt.so for py 3.7 shouldn't be a problem.

Roet-Ivar commented 1 year ago

This has been implemented