André Roberge

Results 113 comments of André Roberge

Dead link. I believe that https://gist.github.com/SZanlongo/9f94b21983debe61d51b22efef175cf6 might be a copy saved from the original.

If I can find the time, I was thinking of trying two different approaches based on a **quick** look at the code: 1. have a start-hue option instead of the...

I have implemented a proof of concept, via the following commit: https://github.com/aroberge/pydeps/commit/41d55b466f635216a425b011a169ccdc0cd78fbb Pydeps currently chooses N colors equidistant between 0 and 360. What I do is shift this choice so...

I have not updated this project for close to 4 years now. Last time I worked on it, I was using Qt version 4, as I mentioned in https://github.com/aroberge/easygui_qt/issues/20. You...

https://github.com/schellenberg/easygui_qt/commits/master seems to have made a version compatible with Qt 5. I can't see any forks that are maintained unfortunately. I created this simply because I wanted to learn about...

I think you can get it from https://pypi.org/project/cs20-easygui/

I just added the following to all relevant files in the repository: ``` try: from PyQt4 import QtGui, QtCore except ImportError: from PyQt5 import QtGui, QtCore # untested ``` However,...

The second error puzzles me... that being said: did you import it from PyPi? I have not created a new version. I was just suggesting to try from the current...

I don't have any time to spend on this project at the moment; I'm open to pull requests (or feel free to fork it, of course).

I probably should have closed this issue : the latest version should now be compatible with qt5. (One problem: the automated tests no longer work.)