pdb output from gromacs .gro file
fixed in rev 4182
pymol/bugs/196, pmw/bugs/47
duplicate of https://sourceforge.net/p/pymol/bugs/186/
autoplist doesn't record the correct installed file list
regression of https://sourceforge.net/p/pymol/code/4181/
pdb output from gromacs .gro file
pdb output from gromacs .gro file
I also observe this problem on virtualbox with debian as guest system. It does not depend if it is the pymol provided by deb system or compiled from source.
some elements wrong from SDF and XYZ
Thanks for testing. Note that fetch caches the downloaded file in fetch_path (current directory by default) https://pymolwiki.org/index.php/Fetch_Path Using load with an https:// URL is a good alternative test (no caching): load https://files.rcsb.org/download/1UBQ.pdb Also works for me on MacOS Sierra (10.12) with MacPorts.
I've run the second command on the console and it worked (on the non patched pymol), however i couldn't test the first command as after the first command was run it always worked, even after restarting the console, restarting the computer and reinstalling pymol.
MacOS High Sierra with Python 2.7.14 installed via MacPorts
I've seen this error when ssl libraries were not installed correctly. I can't reproduce this on my current test systems (e.g. Arch Linux with Python 2.7.14). What operating system do you use? Any proxy or firewall in use? Without patching, does fetching work after pasting this into the PyMOL command line? import ssl ssl._https_verify_certificates(enable=False) Or by exporting PYTHONHTTPSVERIFY=0 from the environment befor launching PyMOL? PYTHONHTTPSVERIFY=0 pymol
Under certain circumstancies, (usually connecting to a debian server through ssh with X-tunneling), I observe als this behavior, and reported this on debian/pymol bug tracker https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783653 When trying to figure out the cause for this, it seems the crash occurs when 256 bits are used in GL_RENDERER GL_RENDERER: Gallium 0.4 on llvmpipe (LLVM 3.8, 256 bits) When 128 bits is reported, it seems to work fine. I tried several Debian servers (jessie, jessie-backports,...
Pymol gives error on fetching from any https site when build with python 2.7.14
pse_export_version support with Python 3
when you click on the image, you're discarding it and PyMOL switches back to real-time rendering. That also was the same in previous versions.
Doesn't this imply that the ray-trace demo needs to be tweaked to provide a more uniform experience? Having a demo which displays a checker board background when run but a black one when clicked on, seems a bit random in behavior.
pymol 1.9.0.0 produces checkerboard in ray-tracing demo in HD 2600 XT
This is a feature, not a bug, and it's controlled with the opaque_background setting. We've changed the default value of this setting in PyMOL 1.9. Run this in PyMOL 1.8 (or any older version) and you'll get the same result: set opaque_background, off wizard demo, ray
pymol 1.9.0.0 produces checkerboard in ray-tracing demo in HD 2600 XT
(svn propdel svn:executable)
1.9.0.0
PyMOL 2.0 should fix this. Please give the new version a try: https://pymol.org/2/ These improvement are not yet available in the open source repository.
Pymol viewer contents doesn't fit in viewing window
oneletter, wire/licorice, copy_to
Hi Max - Would you mind testing my modified patch (tk-aqua-v2.patch)? It reuses more existing code. Also, please add a note or comment to this issue that you put your patch in the public domain or under a BSD-like license. For the record, this works for me with: - homebrew - system Python - anaconda It does not work with: - macports (tk +quartz), threading issues - GLUT framework instead of X11 freeglut Thomas
make build reproducible
Patch that fixes support for the external GUI running under the OS X native windowing system (Aqua)
Hi Max - This is fantastic! Great work! I will do some heavy testing and see how this plays with the other available environments on macOS (macports, fink, anaconda, system python, GLUT framework, ...). Thomas
pymol fails to build on High Sierra
Here's the latest verson of the patch, with a fix for a bug that showed up durring testing on Linux.
Patch that fixes support for the external GUI running under the OS X native windowing system (Aqua)
1.8.7.0
Pymol segfaults on pdb load if user is not in video group
Black Inner surface
make build reproducible
patch applied in svn rev 4175
[linux] Pymol and webpy file conflict
fixed in svn rev 4175 web.pymolhttpd -> pymol.pymolhttpd
patches/12, bugs/148
Found this while creating the FreeBSD port.
autoplist doesn't record the correct installed file list
This is not a PyMOL bug. Have you installed the autodock plugin from https://github.com/ADplugin/ADplugin ? You should file an issue there. You can also ask for help on the pymol-users mailing list: https://lists.sourceforge.net/lists/listinfo/pymol-users
PyMOL Autodock Plugin Error
make build reproducible
label sele op, iterate/alter improvements, ...
Pymol crashes in Sierra
PSE compatibility between Python 2 and 3
patches welcome
Python 3.6 fixes
'install --record' doesn't record all files that PyMOL installs
1.8.6.1 fixes
1.8.6.0
mmtf fixes, documentation, auto-completion
mmtf updates
1.8.5.1 (beta)
mpng width/height, pick_shading/surface_color_s...
Executable permissions for data files
molfile plugins, fetch URLs, ...
will be fixed in r4165
pseudoatom multi-state problem
minor clang warnings in r4146
const correctness has been heavily refactored since about r4089
Improve const-correctness
Log file Bug in v.099
workaround: https://pymolwiki.org/index.php/Retain_order
Selection argument "within" picks false residues
fails to build on SuSE 10.0 x86_64
selectionof residus in mol2 file
fixed in PyMOL 1.8.2 (supports resn with unlimited number of characters)
split_states * doesn't handle the wildcard correctly
fixed in PyMOL 1.8.0
fixed in Incentive PyMOL 1.8.4
3Dconnexion 3D mouse support issue on Mac
all the affected modules are not used anymore and have been removed from the contrib...
different memory API for a given memory block
1.8.5.0 (unstable/experimental)
Exporting files
PyMOL 1.8.4 adds map export in CCP4 format
Incentive PyMOL 1.7.6 added chromadepth support for real-time rendering: https:/...
apbstool plugin in pymol r4146 has python3 compatibility issues with pmw 2.0.0
as I understand, all requested changes are not in PyMOL, but in third party depe...
setup.py should compile .cpp files with g++ rather than gcc
Since r4133, "monkeypatch_distutils.py" takes care of this. https://sourceforge....
since r4133 we by default compile with -std=c++0x which also elimninates these w...
many c++11-extensions warnings with current clang compilers
pymol performs badly on Gallium 0.4 drivers from Fedora 25
Segmentation fault in Linux virtualbox
stereoscopic 3D quad buffered not working
backport C++11 features for gcc-4.5
I think this could be fixed by replacing all lines similar to '#%04x%04x%04x' % (lightRGB[0],...
I think this could be fixed by replacing all lines similar to '#%04x%04x%04x' % (lightRGB[0],...
I think this could be fixed by replacing '#%04x%04x%04x' % (lightRGB[0], lightRGB[1],...
1.8.4.0
That fixes the issue! Thank you!