aroberge / easygui_qt

Inspired by easygui, designed for PyQt
BSD 3-Clause "New" or "Revised" License
59 stars 18 forks source link

Update installation.rst #21

Closed driscollis closed 9 years ago

driscollis commented 9 years ago

I noticed when I installed this that it was not compatible with PyQt5, so I downgraded. You might want to add a prerequisite section or update the code to work with both versions.

aroberge commented 9 years ago

Thanks for your addition. I tried to add a simple try/except import in a naive attempt to make it compatible with PyQt5, but it obviously did not work. Sorry about that :(