On OS X with PyMOL built against system Python, the rocketship icon will annoyingly bounce in the dock for as long as PyMOL is open. This is fixed by adjusting the import statement for PMGApp.
Traceback (most recent call last):
File "/usr/local/Cellar/pymol/1.7.6.0/libexec/lib/python2.7/site-packages/pmg_tk/__init__.py", line 35, in run
PMGApp(pymol_instance,skin).run(poll)
TypeError: 'module' object is not callable
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think you can close this as it doesn't seem to be avoidable with Apple-provided Python and Tk. See [1] for some discussion of this behavior with matplotlib. That approach doesn't apply here.
Traceback (most recent call last): File "/usr/local/Cellar/pymol/1.7.6.0/libexec/lib/python2.7/site-packages/pmg_tk/__init__.py", line 35, in run PMGApp(pymol_instance,skin).run(poll) TypeError: 'module' object is not callableI think you can close this as it doesn't seem to be avoidable with Apple-provided Python and Tk. See [1] for some discussion of this behavior with matplotlib. That approach doesn't apply here.
[1] http://leancrew.com/all-this/2014/01/stopping-the-python-rocketship-icon/