Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.43 KB | None | 0 0
  1. >>> import qgis.utils
  2. Traceback (most recent call last):
  3.   File "<stdin>", line 1, in <module>
  4.   File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 8, in <module>
  5.     from qgis.core import QGis
  6. ImportError: dynamic module does not define init function (initcore)
  7. >>> from qgis.core import *
  8. Traceback (most recent call last):
  9.   File "<stdin>", line 1, in <module>
  10. ImportError: dynamic module does not define init function (initcore)
  11. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement