Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 694806 - x11-wm/xpra-2.4.3: No module named PIL
Summary: x11-wm/xpra-2.4.3: No module named PIL
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 694244
  Show dependency tree
 
Reported: 2019-09-18 15:11 UTC by Luke-Jr
Modified: 2019-10-30 11:49 UTC (History)
0 users

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 Luke-Jr 2019-09-18 15:11:40 UTC
xpra 2.4.3 installs fine, but actually using it fails:

2019-09-18 14:48:43,582 Error: processing new connection from Protocol(unix-domain socket:/run/xpra/hostname-100):
2019-09-18 14:48:43,582  No module named PIL
2019-09-18 14:48:43,583 Disconnecting client Protocol(unix-domain socket:/run/xpra/hostname-100):
Comment 1 Luke-Jr 2019-09-18 15:40:50 UTC
Simply installing pillow does NOT seem to fix it either:

Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/xpra/server/source/windows_mixin.py", line 250, in do_send_cursor
    assert PIL
Comment 2 Larry the Git Cow gentoo-dev 2019-10-30 11:49:28 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f54955b87768151c4a923b1a8f489523e0bee6

commit 48f54955b87768151c4a923b1a8f489523e0bee6
Author:     Alexey Shvetsov <alexxy@gentoo.org>
AuthorDate: 2019-10-30 11:36:47 +0000
Commit:     Alexey Shvetsov <alexxy@gentoo.org>
CommitDate: 2019-10-30 11:36:47 +0000

    x11-wm/xpra: fix pillow
    
    pillow not optional for 2.4.x
    
    Closes: https://bugs.gentoo.org/694806
    Package-Manager: Portage-2.3.78, Repoman-2.3.17
    Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>

 x11-wm/xpra/xpra-2.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)