Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 534074 - =media-gfx/uniconvertor-2.0_pre379 - uniconvertor: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/uc2/formats/sk1/model.py", line 19, in <module> import Image // ImportError: No module named Image
Summary: =media-gfx/uniconvertor-2.0_pre379 - uniconvertor: Traceback (most recent cal...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 534046
  Show dependency tree
 
Reported: 2014-12-31 08:40 UTC by Jeroen Roovers (RETIRED)
Modified: 2015-01-04 12:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2014-12-31 08:40:35 UTC
# uniconvertor
Traceback (most recent call last):
  File "/usr/lib/python-exec/python2.7/uniconvertor", line 23, in <module>
    uc2.uc2_run()
  File "/usr/lib/python2.7/site-packages/uc2/__init__.py", line 44, in uc2_run
    app = uc2_init()
  File "/usr/lib/python2.7/site-packages/uc2/__init__.py", line 35, in uc2_init
    from application import UCApplication
  File "/usr/lib/python2.7/site-packages/uc2/application.py", line 71, in <module>
    from uc2.formats import get_loader, get_saver
  File "/usr/lib/python2.7/site-packages/uc2/formats/__init__.py", line 25, in <module>
    from uc2.formats import data
  File "/usr/lib/python2.7/site-packages/uc2/formats/data.py", line 38, in <module>
    from uc2.formats.sk1 import sk1_loader, sk1_saver, check_sk1
  File "/usr/lib/python2.7/site-packages/uc2/formats/sk1/__init__.py", line 22, in <module>
    from uc2.formats.sk1 import model
  File "/usr/lib/python2.7/site-packages/uc2/formats/sk1/model.py", line 19, in <module>
    import Image
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2015-01-04 12:35:42 UTC
+*uniconvertor-2.0_pre379-r1 (04 Jan 2015)
+
+  04 Jan 2015; Justin Lecher <jlec@gentoo.org> -uniconvertor-2.0_pre379.ebuild,
+  +uniconvertor-2.0_pre379-r1.ebuild,
+  +files/uniconvertor-2.0_pre379-import.patch,
+  +files/uniconvertor-2.0_pre379-libimg.patch,
+  +files/uniconvertor-2.0_pre379-test.patch:
+  Fix broken PIL import, #534074; enable testsuite
+