Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 670046

Summary: games-board/pysolfc-2.4.0 - pysol.py: OSError: /usr/lib/python-exec/python3.6/pysol.py: DataLoader could not find ('html/license.html',)
Product: Gentoo Linux Reporter: sven.a.jonsson
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=679362
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to make pysol find license.html

Description sven.a.jonsson 2018-10-31 17:11:53 UTC
Created attachment 553786 [details, diff]
Patch to make pysol find license.html

When trying to run pysol, I always get this:

sven@svenburk ~ $ pysol.py 
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.6/pysol.py", line 42, in <module>
    sys.exit(main(sys.argv))
  File "/usr/lib64/python3.6/site-packages/pysollib/main.py", line 417, in main
    r = pysol_init(app, args)
  File "/usr/lib64/python3.6/site-packages/pysollib/main.py", line 198, in pysol_init
    app.dataloader = DataLoader(args[0], f)
  File "/usr/lib64/python3.6/site-packages/pysollib/util.py", line 118, in __init__
    str(filenames))
OSError: /usr/lib/python-exec/python3.6/pysol.py: DataLoader could not find ('html/license.html',)
sven@svenburk ~ $

Patch that solves the issue for me is attached.
Comment 1 Larry the Git Cow gentoo-dev 2019-07-29 22:24:43 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a0eaa29b442c711d3a666375188713f8ac2c969

commit 2a0eaa29b442c711d3a666375188713f8ac2c969
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2019-07-29 22:23:18 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2019-07-29 22:24:07 +0000

    games-board/pysolfc: Drop all old versions
    
    Closes: https://bugs.gentoo.org/585124
    Closes: https://bugs.gentoo.org/656194
    Closes: https://bugs.gentoo.org/666670
    Closes: https://bugs.gentoo.org/670046
    Closes: https://bugs.gentoo.org/671836
    Package-Manager: Portage-2.3.69, Repoman-2.3.13
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 games-board/pysolfc/Manifest                       |  4 --
 .../pysolfc/files/pysolfc-PIL-imports.patch        | 49 ---------------
 games-board/pysolfc/files/pysolfc-pillow-6.patch   | 20 -------
 games-board/pysolfc/pysolfc-2.0-r5.ebuild          | 64 --------------------
 games-board/pysolfc/pysolfc-2.2.0.ebuild           | 69 ---------------------
 games-board/pysolfc/pysolfc-2.4.0-r1.ebuild        | 69 ---------------------
 games-board/pysolfc/pysolfc-2.6.2.ebuild           | 70 ----------------------
 7 files changed, 345 deletions(-)