Cannot find the directory cgi-bin/pyLib in Apache. This is an installation error. All all parts of cgi-bin installed? Did you do 'make' in kent/src/hg/pyLib?
--> --> <type 'exceptions.ImportError'> | Python 2.6.6: /usr/bin/python2 Sun Feb 17 02:39:24 2019 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/var/www/cgi-bin/hgGeneGraph in |
52 print("All all parts of cgi-bin installed? Did you do 'make' in kent/src/hg/pyLib?") |
53 |
54 import MySQLdb |
55 |
56 # not using feedback button for now. Fan would have liked it, but not sure how we can write |
MySQLdb undefined |
<type 'exceptions.ImportError'>: No module named MySQLdb
args =
('No module named MySQLdb',)
message =
'No module named MySQLdb'