You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Author Name: Jakub Kosik (@jakosek)
Original Redmine Issue: 12835
Affected QGIS version: 2.8.2
On import "from PIL import ImageText" I got "_imaging C module is not installed". Qgis uses obsolete PIL module. Solution is to include Pillow - fork of PIL.
The text was updated successfully, but these errors were encountered:
Author Name: Jakub Kosik (@jakosek)
Original Redmine Issue: 12835
Affected QGIS version: 2.8.2
On import "from PIL import ImageText" I got "_imaging C module is not installed". Qgis uses obsolete PIL module. Solution is to include Pillow - fork of PIL.
The text was updated successfully, but these errors were encountered: