goreviewpartner icon indicating copy to clipboard operation
goreviewpartner copied to clipboard

Feature request: Python 3 support

Open Cabu opened this issue 7 years ago • 5 comments

The title say it all :-)

As I have only python 3 installed on my computer and don't want to mess my system by having multiple versions at the same time, I have started to do it myself but I am far from finishing it :(

Cabu avatar Apr 27 '18 17:04 Cabu

Hi!

At some point during the year, I will rewrite GRP completely using wxpython (instead of tkinter) and python3 (instead of python2).

But it won't happen immediately, because I want to fist stabilize GRP1 in term of new features, so that I can have the big picture in mind before starting GRP2, to be able to make a better design of the software.

In the meantime, we can certainly find a solution for you to run GRP1 on your computer without installing python2.

What operating system are you running?

pnprog avatar Apr 28 '18 08:04 pnprog

Hum, windows 10? :)

Cabu avatar Apr 28 '18 10:04 Cabu

Hi, Why not use pyqt, you can maintain the GUI interface and the functionality separately.

xiaozhezhang avatar Apr 28 '18 11:04 xiaozhezhang

@Cabu , then the Windows packages that can be downloaded there http://yuntingdian.com/goreviewpartner/ should run on you computer, right?

pnprog avatar May 06 '18 06:05 pnprog

@xiaozhezhang I haven't 100% decided yet between Qt or wxpython, but I am leaning toward wxpython for the moment. The reasons are:

  • wxpython widgets are the system widgets, 100% the same, so the UI feels is the same (while Qt are good approximations)
  • packing for wxpython will result in lighter package (the full Qt distribution is heavy)

Well, I started to make equivalent proofs of concepts in both toolkit to see exactly how they differ.

pnprog avatar May 06 '18 06:05 pnprog