Hi everyone,
I'm a maintainer of PyMOL in ArchLinix. Today I've received a bug report [1] about file conflict between PyMOL and webpy [2]. If I build PyMOL normally I'll have web module into $PYTHONPATH/web, but module webpy is already installed into this path.
So, is it possible to rename web module to pymolweb, for example? I've created a temporary patch that replaces all paths to correct one (see attachments):
patch -p0 -i "pymol-38899.patch"
mv "pymol/modules/web" "pymol/modules/pymolweb"
Links:
1. https://bugs.archlinux.org/task/38899
2. http://webpy.org/
Additional information:
PyMOL version: 1.7.0.0
fixed in svn rev 4175
web.pymolhttpd -> pymol.pymolhttpd