Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation improvement #44

Open
darklow opened this issue Nov 28, 2014 · 1 comment
Open

Documentation improvement #44

darklow opened this issue Nov 28, 2014 · 1 comment

Comments

@darklow
Copy link

darklow commented Nov 28, 2014

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
@Simanas
Copy link

Simanas commented Mar 3, 2015

Agree!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants