Menu

PySolFC will not start, crashes after a few seconds

Help
2019-04-06
2019-04-07
  • Bill Kirkpatrick

    I use Slackware-current & Plasma5 from KDE. I have been running PySolFC, from slackbuilds.org for the past several years, most recently version 2.4.0. For the past couple of days, when I click on the PySolFC icon, I get an icon in the Task Manager for a couple of seconds, then it disappears, & the program is gone. Running from a terminal gives me this:

    $ pysol.py
    Traceback (most recent call last):
    File "/usr/bin/pysol.py", line 37, in <module>
    from pysollib.main import main  # noqa: E402
    File "/usr/lib64/python2.7/site-packages/pysollib/main.py", line 32, in <module>
    from pysollib.util import DataLoader
    File "/usr/lib64/python2.7/site-packages/pysollib/util.py", line 30, in <module>
    from pysollib.mfxutil import Image
    File "/usr/lib64/python2.7/site-packages/pysollib/mfxutil.py", line 54, in <module>
    if TOOLKIT == 'tk' and Image and Image.VERSION >= '1.1.7':
    AttributeError: 'module' object has no attribute 'VERSION'
    

    I reinstalled version 2.4.0, tk (& associated programs), but no joy. I updated to version 2.6.2 & the error changed somewhat:

    $ pysol.py
    Traceback (most recent call last):
    File "/usr/bin/pysol.py", line 36, in <module>
    from pysollib.main import main  # noqa: E402,I202
    File "/usr/lib64/python2.7/site-packages/pysollib/main.py", line 30, in <module>
    from pysollib.app import Application
    File "/usr/lib64/python2.7/site-packages/pysollib/app.py", line 31, in <module>
    from pysollib.gamedb import GAME_DB, GI, loadGame
    File "/usr/lib64/python2.7/site-packages/pysollib/gamedb.py", line 28, in <module>
    from pysollib.mfxutil import Struct, print_err
    File "/usr/lib64/python2.7/site-packages/pysollib/mfxutil.py", line 54, in <module>
    if TOOLKIT == 'tk' and Image and Image.VERSION >= '1.1.7':
    AttributeError: 'module' object has no attribute 'VERSION'
    

    The final error, however, is the same.
    What do I do next?
    Bill

     
  • Shlomi Fish

    Shlomi Fish - 2019-04-06

    @Bill: please see https://github.com/shlomif/PySolFC/issues/108 - a new release is eminent.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.