Bug#855485: runPmv script does not work

2017-02-19 Thread Andreas Tille
Hi Ömer,

On Sun, Feb 19, 2017 at 02:22:49AM +, Ömer ÖZYILDIRIM wrote:
> 
> I am using Debian GNU/Linux 8.7, kernel 3.16.0-4-amd64
> and python 2.7.9-1

This sounds a bit like bug #767144 or #783547  both should be fixed in
the current release candidate.  However I tried to reproduce your
observation and found another issue I've just reported.

In any case it seems you have drafted the information for this bug
report manually.  Could you please do us a favour and use

 reportbug mgltools-pmv

and add the information that is assembled in the editor to this bug
report to be sure that it really is the same as in #767144 or #783547?

Kind regards

   Andreas.

-- 
http://fam-tille.de



Bug#855485: runPmv script does not work

2017-02-18 Thread Ömer ÖZYILDIRIM
Package: mgltools-pmv
Version: 1.5.7~rc1+cvs.20140424-1

When I try to invoke runPmv script I get an error which I think is about 
Tkinter library.
Here is a transcript:

$ runPmv
Run PMV from  /usr/lib/python2.7/dist-packages/Pmv
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/Pmv/__init__.py", line 381, in runPmv
title=title, withShell= not interactive, verbose=False, gui=gui)
  File "/usr/lib/python2.7/dist-packages/Pmv/moleculeViewer.py", line 1026, in 
__init__
trapExceptions=trapExceptions)
  File "/usr/lib/python2.7/dist-packages/ViewerFramework/VF.py", line 387, in 
__init__
verbose=verbose)
  File "/usr/lib/python2.7/dist-packages/ViewerFramework/VFGUI.py", line 444, 
in __init__
verbose=verbose,guiMaster=VIEWER_root,)
  File "/usr/lib/python2.7/dist-packages/DejaVu/Viewer.py", line 586, in 
__init__
cnf=cnf, **kw)
  File "/usr/lib/python2.7/dist-packages/DejaVu/Viewer.py", line 285, in 
AddCamera
c = classCamera(master, screenName, self, num, cnf=cnf, **kw)
  File "/usr/lib/python2.7/dist-packages/DejaVu/Camera.py", line 2189, in 
__init__
self.AddTrackball()
  File "/usr/lib/python2.7/dist-packages/DejaVu/Camera.py", line 2583, in 
AddTrackball
self.trackball = Trackball(self, size, rscale, tscale, sscale, renorm )
  File "/usr/lib/python2.7/dist-packages/DejaVu/Trackball.py", line 88, in 
__init__
self.createSpinGui()
  File "/usr/lib/python2.7/dist-packages/DejaVu/Trackball.py", line 726, in 
createSpinGui
callback=self.setWithSpinGui,
  File 
"/usr/lib/python2.7/dist-packages/mglutil/gui/BasicWidgets/Tk/vector3DGUI.py", 
line 90, in __init__
self.createEntries(self.frame)
  File 
"/usr/lib/python2.7/dist-packages/mglutil/gui/BasicWidgets/Tk/vector3DGUI.py", 
line 360, in createEntries
self.f.grid(column=3, rowspan=3)
  File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 2022, in grid_configure
+ self._options(cnf, kw))
TclError: cannot use geometry manager grid inside 
.139781089293520.139781089294024.139781017157144.139781017220880 which already 
has slaves managed by pack


I am using Debian GNU/Linux 8.7, kernel 3.16.0-4-amd64
and python 2.7.9-1