aroberge / easygui_qt

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

cannot find suitable PyQt installation #19

Closed triccare closed 9 years ago

triccare commented 9 years ago

Either installing from the repo clone using

python setup.py install

or

pip install easygui_qt

I get the error

Could not find suitable distribution for Requirement.parse('PyQt4')

PyQt4 is install and importable. This is with python 2.7.9 under OSX 10.8.5

aroberge commented 9 years ago

Fixed with version 0.9.1 - my apologies about this.

Please note that I am in the middle of changing the naming convention of a few widgets and the documentation may not completely reflect the name in the package. In particular, show_message() has yet to be renamed to show(). Using dir() and help() at the Python prompt is a more fool-proof way to get information than consulting the online documentation.

triccare commented 9 years ago

thanks for the update and the heads-up on the documentation. Usually prefer source over docs anyways.