Freecell -- SOLVED!

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
davec51
Posts: 5
Joined: 10. Sep 2011, 21:49
Location: Northern Virginia USA

Freecell -- SOLVED!

Post by davec51 »

I'm enjoying Salix 14, but I'm also addicted to the Freecell game. The only version I could find in the repository is Pysolfc. When I installed it, however, it doesn't work -- probably a missing lib or something. Is there a version of this game I can use?

Thanks for the quick replies. Installaltion of tk was just what I needed. Now I can waste time with Freecell to my heart's content.
Last edited by davec51 on 11. Jun 2014, 15:51, edited 1 time in total.
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: Freecell

Post by gapan »

If you try to launch it from a terminal and post the error message you get, we might be able to help...
Image
Image
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Freecell

Post by mimosa »

This requires tk:

Code: Select all

sudo spi -i tk
pysol.py
See doc by opening this file with your favourite browser:

Code: Select all

midori file:///usr/src/slapt-src/games/pysolfc/PySolFC-2.0/data/html/index.html
Post Reply