PyPref is a card game Preferans written in the Python programming language. For some time PyPref existed only in a version for Symbian OS smartphones. Now, this version of the game is also available on the devices where Python with Tkinter graphical environment is installed.
Created attachment 143890 [details] pypref-2.0.ebuild this ebuild works fine for me ... however running /usr/games/bin/pypref.py gives me: Traceback (most recent call last): File "/usr/games/bin/pypref.py", line 19, in <module> from pypref.prfconst import * File "/usr/games/bin/pypref.py", line 19, in <module> from pypref.prfconst import * ImportError: No module named prfconst while cat /usr/games/bin/pypref.py | python works perfect. anyone can explain what is the problem so that ebuild could be fixed?