Hi, On Mon, Mar 25, 2013 at 12:00:48PM +0800, lina wrote: > On Monday 25,March,2013 03:25 AM, Michael Banck wrote: > > On Sun, Mar 24, 2013 at 01:06:24PM +0100, Michael Banck wrote: > >> On Sun, Mar 24, 2013 at 12:06:06AM +0800, lina wrote: > >>> Traceback (most recent call last): > >>> File "/usr/lib/python2.7/dist-packages/pymol/__init__.py", line > >>> 452, in launch_gui > >>> > >>> sys.modules[self.invocation.options.gui].__init__(self,poll,skin) > >>> TypeError: module.__init__() takes at most 2 arguments (3 given) > >>> > >>> > >>> I can only launch the PyMOL Viewer. > >> > >> Can you explain a bit more what the problem is? How do you start pymol, > >> via the command-line? > >> > >> Is the problem, that the viewer window ("PyMOL Viewer") appears, but the > >> (detached) window with the menus ("File", "Edit" etc.) called "The PyMOL > >> Molecular Graphics System" does not? I can not immediately reproduce > >> this here. > > > > I upgraded my notebook to current testing and I still cannot reproduce > > this. The corresponding __init__ line in > > /usr/lib/python2.7/dist-packages/pmg_tk/PMGApp.py is as follows: > > > > def __init__(self, pymol_instance, skin): > > > > Did you install some local python packages and/or PyMOL itself locally? > > No. I don't think so, except the svn-version pymol I installed > yesterday. It is separated. > > > What is the output of "ls /usr/local/lib/python2.7/*"? > > ls /usr/local/lib/python2.7/* > /usr/local/lib/python2.7/dist-packages:
[...] > pymol-1.4.0.egg-info Well, there is a pymol version there, is that the one you installed from subversion? (Why 1.4, if 1.5 is current?) Maybe you installed it a while ago, and your recent easy-install commands activated it again. On the other hand, I had a brief look at the 1.4 codebase, and I don't see a difference in PMGApp.py' __init__. Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org