FooSoft / mangle

Manga processor for the Kindle e-book reader.
https://foosoft.net/projects/mangle
Other
124 stars 24 forks source link

Draft: Python 3 [Help wanted] #45

Open axu2 opened 3 years ago

axu2 commented 3 years ago

It can run easily on any platform with platform agnostic dependencies now!

Thanks @gigajosh for the Python3 port, which I copied over and cleaned up the commit history and added all my prior changes.

But I cannot figure out how to build a stand alone executable/binary in Python3.

@gigajosh, can you help?

axu2 commented 3 years ago

@clach04 Do you think you can help me build an exe? You commented in https://github.com/FooSoft/mangle/issues/46

clach04 commented 3 years ago

See https://github.com/clach04/mangle/releases/tag/v0.0.1

46 has details on how it was created (NOTE command line only, not GUI).

Thanks @axu2 for doing the initial python3 porting work! I recommend opening PR :-)

gigajosh commented 3 years ago

It can run easily on any platform with platform agnostic dependencies now!

Thanks @gigajosh for the Python3 port, which I copied over and cleaned up the commit history and added all my prior changes.

But I cannot figure out how to build a stand alone executable/binary in Python3.

@gigajosh, can you help?

As per my other reply, I'm very sorry I wasn't keeping up with my Github notifications :( How are you getting on? Did you manage to get a working exe?

axu2 commented 3 years ago

Only got the exe built for Python2, not 3.