Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1368810 - add python3-tkinter dependency
Summary: add python3-tkinter dependency
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: pymol
Version: 24
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tim Fenn
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-08-21 14:16 UTC by René Genz
Modified: 2016-09-23 03:21 UTC (History)
1 user (show)

Fixed In Version: pymol-1.8.2.2-5.20160625svn4159.fc25 pymol-1.8.2.2-5.20160625svn4159.fc24 pymol-1.8.2.2-5.20160625svn4159.fc23
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-09-22 07:33:01 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description René Genz 2016-08-21 14:16:51 UTC
Description of problem:
pymol installs tkinter, but not python3-tkinter.
Hence only 1 of 2 PyMOL windows are displayed.

After installation of python3-tkinter 2 of 2 PyMOL windows are displayed.

Version-Release number of selected component (if applicable):
pymol-1.8.2.2-4.20160625svn4159.fc24.x86_64
tkinter-2.7.12-2.fc24.x86_64
python3-tkinter-3.5.1-13.fc24.x86_64

How reproducible:
100%

Steps to Reproduce:
1. $ sudo dnf install -y pymol
2. $ pymol
3. $ sudo dnf install -y python3-tkinter
4. $ pymol

Actual results:
output in terminal after step 2
...
 OpenGL graphics engine:
  GL_VENDOR:   nouveau
  GL_RENDERER: Gallium 0.4 on NV96
  GL_VERSION:  3.0 Mesa 12.0.1
Traceback (most recent call last):
  File "/usr/lib64/python3.5/site-packages/pmg_tk/PMGApp.py", line 25, in <module>
    import Queue
ImportError: No module named 'Queue'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib64/python3.5/site-packages/pymol/__init__.py", line 381, in launch_gui
    __import__(self.invocation.options.gui)
  File "/usr/lib64/python3.5/site-packages/pmg_tk/__init__.py", line 22, in <module>
    from .PMGApp import *
  File "/usr/lib64/python3.5/site-packages/pmg_tk/PMGApp.py", line 31, in <module>
    from tkinter import *
ImportError: No module named 'tkinter'


Expected results:
output in terminal after step 4
...
 OpenGL graphics engine:
  GL_VENDOR:   nouveau
  GL_RENDERER: Gallium 0.4 on NV96
  GL_VERSION:  3.0 Mesa 12.0.1


Additional Info:
ABRT does not detect the problem of step 2.

Comment 1 Fedora Update System 2016-09-10 22:48:39 UTC
pymol-1.8.2.2-5.20160625svn4159.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-43f0a7922f

Comment 2 Fedora Update System 2016-09-10 22:48:45 UTC
pymol-1.8.2.2-5.20160625svn4159.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-37b3753c16

Comment 3 Fedora Update System 2016-09-10 22:48:49 UTC
pymol-1.8.2.2-5.20160625svn4159.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-48e9a72213

Comment 4 Fedora Update System 2016-09-12 08:20:47 UTC
pymol-1.8.2.2-5.20160625svn4159.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-37b3753c16

Comment 5 Fedora Update System 2016-09-12 08:25:06 UTC
pymol-1.8.2.2-5.20160625svn4159.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-43f0a7922f

Comment 6 Fedora Update System 2016-09-12 08:25:56 UTC
pymol-1.8.2.2-5.20160625svn4159.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-48e9a72213

Comment 7 Fedora Update System 2016-09-22 07:33:01 UTC
pymol-1.8.2.2-5.20160625svn4159.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2016-09-23 00:24:12 UTC
pymol-1.8.2.2-5.20160625svn4159.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.

Comment 9 Fedora Update System 2016-09-23 03:21:49 UTC
pymol-1.8.2.2-5.20160625svn4159.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.