Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
Per issue #372, I changed the error message that is displayed when pd…
Browse files Browse the repository at this point in the history
…b2pka is missing the APBS python library to instruct the user how to build said library.
  • Loading branch information
keith923 committed Nov 18, 2015
1 parent 1b25670 commit bae7e11
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pdb2pqr/pdb2pka/apbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@
from apbslib import *
except:
#
# We need apbslib.so, apbslib.so and apbslib.py
# We need _apbslib.so and apbslib.py
#
print
print 'Missing libraries for interfacing with APBS'
print
print 'You need to find _apbslib.so and apbslib.py and symlink into the pdb2pqr/pdb2pka source code directory'
print 'The files can be found in the share/tools/python dir of your apbs installation'
print 'You need to build APBS with Python support using the CMake variable -DENABLE_PYTHON=ON.'
print
sys.exit(0)

Expand Down

0 comments on commit bae7e11

Please sign in to comment.