Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 210613 - PyPref-2.0 [new package]
Summary: PyPref-2.0 [new package]
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://pypref.sourceforge.net
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2008-02-18 19:02 UTC by Anton Romanov
Modified: 2018-12-03 12:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
pypref-2.0.ebuild (pypref-2.0.ebuild,1.31 KB, text/plain)
2008-02-18 19:05 UTC, Anton Romanov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Romanov 2008-02-18 19:02:58 UTC
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.
Comment 1 Anton Romanov 2008-02-18 19:05:17 UTC
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?