[Bug 889973] New: python "Image" module can't be loaded
https://bugzilla.novell.com/show_bug.cgi?id=889973 https://bugzilla.novell.com/show_bug.cgi?id=889973#c0 Summary: python "Image" module can't be loaded Classification: openSUSE Product: openSUSE Factory Version: 201408* Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: tiwai@suse.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- Recently python-imaging was replaced with python-Pillow, and this caused a regression. The module can't be loaded. % python
import Image Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named Image
Loading "PIL.Image" works. Looking further at this, the problem seems the lack of PIL.pth file in /usr/lib64/python*/site-packages. # echo "PIL" > /usr/lib64/python2.7/site-packages/PIL.pth then % python
import Image
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=889973 https://bugzilla.novell.com/show_bug.cgi?id=889973#c1 --- Comment #1 from Takashi Iwai <tiwai@suse.com> 2014-08-01 13:52:21 UTC --- The fixed package is submitted to develproject via SRID 243401. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=889973 https://bugzilla.novell.com/show_bug.cgi?id=889973#c2 Takashi Iwai <tiwai@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Takashi Iwai <tiwai@suse.com> 2014-08-07 11:23:18 UTC --- The fixed package has been merged. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com