Package: pymol
Version: 0.98+0.99rc6-2
Severity: important
This pymol package comes with a new debian wrapper script (/usr/bin/pymol). Compared with
the old version of this script, the following line now causes problems:
old:
python2.3 /usr/lib/python2.3/site-packages/pymol/__init__.py $*
now:
python2.4 ${PYMOL_PATH}/__init__.py "$*"
It should be changed to
python2.4 ${PYMOL_PATH}/__init__.py $*
in order to deal correctly with pymol command-line arguments such as
pymol -qc script.py
with content of script.py:
from pymol import cmd
cmd.reinitialize()
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages pymol depends on:
ii freeglut3 2.4.0-5 OpenGL Utility Toolkit
ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries
ii libfreetype6 2.2.1-5 FreeType 2 font engine, shared lib
ii libgl1-mesa-glx [libgl1] 6.5.1-0.4 A free implementation of the OpenG
ii libglu1-mesa [libglu1] 6.5.1-0.4 The OpenGL utility library (GLU)
ii libpng12-0 1.2.15~beta5-1 PNG library - runtime
ii python 2.4.4-1 An interactive high-level object-o
ii python-pmw 1.2-5 Pmw -- Python MegaWidgets
ii python-support 0.5.6 automated rebuilding support for p
ii python-tk 2.4.4-1 Tkinter - Writing Tk applications
ii zlib1g 1:1.2.3-13 compression library - runtime
Versions of packages pymol recommends:
ii apbs 0.4.0-2 Adaptive Poisson Boltzmann Solver
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]