This is easily fixable, it is a typo in /var/lib/python- support/python2.5/pymol/__init__.py
Do "sudo gedit /var/lib/python-support/python2.5/pymol/__init__.py" and change: while not _cmd.ready(_CObj): # wait for the C library to initialize to while not _cmd.ready(_COb): # wait for the C library to initialize and you are set. This has been fixed upstream. http://pymol.svn.sourceforge.net/viewvc/pymol/trunk/pymol/modules/pymol/__init__.py?view=markup -- Scripting pymol is not supported in Gutsy https://bugs.launchpad.net/bugs/172575 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
