python-webkit2png icon indicating copy to clipboard operation
python-webkit2png copied to clipboard

Documentation improvement

Open darklow opened this issue 9 years ago • 1 comments

You could add somewhere on README that if virtualenv is used, it must be created using --system-site-packages otherwise python doesn't have access to PyQt4 lib and error is shown.

virtualenv env --system-site-packages

Spent lot of time wondering why even after installing all the dependencies i got error when running webkit2png

>>> from PyQt4.QtCore import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named PyQt4.QtCore

darklow avatar Nov 28 '14 14:11 darklow

Agree!

Simanas avatar Mar 03 '15 13:03 Simanas