MySQLdb导入错误

MySQLdb导入错误,mysql,linux,cluster-computing,sungridengine,Mysql,Linux,Cluster Computing,Sungridengine,我们正在使用SGE集群。 我不时地会发现下面的错误。当我在不同的输入文件上使用集群同时多次运行同一个脚本时,就会发生这种情况。 你知道是什么引起的吗? 如果我再次运行它,我将不会得到此错误 Traceback (most recent call last): File "/groups/pupko/mosheein/pupkoSVN/trunk/scripts/ploiDB/buildGeneraTree.py", line 10, in <module> imp

我们正在使用SGE集群。 我不时地会发现下面的错误。当我在不同的输入文件上使用集群同时多次运行同一个脚本时,就会发生这种情况。 你知道是什么引起的吗? 如果我再次运行它,我将不会得到此错误

    Traceback (most recent call last):
  File "/groups/pupko/mosheein/pupkoSVN/trunk/scripts/ploiDB/buildGeneraTree.py", line 10, in <module>
    import MySQLdb
  File "build/bdist.linux-x86_64/egg/MySQLdb/__init__.py", line 19, in <module>
  File "build/bdist.linux-x86_64/egg/_mysql.py", line 7, in <module>
  File "build/bdist.linux-x86_64/egg/_mysql.py", line 6, in __bootstrap__
ImportError: libmysqlclient_r.so.16: cannot open shared object file: No such file or directory