| Summary: | PySolFC does not start in one of my computers | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | vito <cestino> |
| Component: | PySolFC | Assignee: | Jaromír Cápík <jaromir.capik> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | adam, jaromir.capik, red |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-25 00:10:26 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
*** This bug has been marked as a duplicate of bug 1299171 *** |
Description of problem: ======================= I have three computers with Fedora 23, all freshly installed and on (the only 32bit) one pysol does this: [vito@hp-vito ~]$ rpm -qa | grep -i pysol PySolFC-cardsets-2.0-10.fc23.noarch PySolFC-music-4.40-13.fc23.noarch PySolFC-2.0-11.fc23.noarch [vito@hp-vito ~]$ pysol Traceback (most recent call last): File "/usr/share/PySolFC/pysol.py", line 32, in <module> sys.exit(main(sys.argv)) File "/usr/lib/python2.7/site-packages/pysollib/main.py", line 359, in main r = pysol_init(app, args) File "/usr/lib/python2.7/site-packages/pysollib/main.py", line 196, in pysol_init app.loadImages1() File "/usr/lib/python2.7/site-packages/pysollib/app.py", line 712, in loadImages1 im = loadImage(fn) File "/usr/lib/python2.7/site-packages/pysollib/tile/tkutil.py", line 276, in makeImage im = PIL_Image(file) File "/usr/lib/python2.7/site-packages/pysollib/tile/tkutil.py", line 254, in __init__ ImageTk.PhotoImage.__init__(self, image) File "/usr/lib/python2.7/site-packages/PIL/ImageTk.py", line 115, in __init__ self.paste(image) File "/usr/lib/python2.7/site-packages/PIL/ImageTk.py", line 182, in paste _imagingtk.tkinit(tk.interpaddr(), 1) OverflowError: Python int too large to convert to C long