ponty / pyscreenshot

Python screenshot library, replacement for the Pillow ImageGrab module on Linux.
BSD 2-Clause "Simplified" License
499 stars 89 forks source link

yapsy dependency is Python 3 only #2

Closed zed closed 12 years ago

zed commented 12 years ago

pip install pyscreenshot installs Yapsy-1.9_python3 which doesn't work on Python2.x e.g.:

$ python -m pyscreenshot.examples.show
.../bin/python: No module named configparser

yapsy/PluginManager.py imports configparser

ponty commented 12 years ago

Fixed. Yapsy version is set to 1.8 Thanks for the report.