On Mon, November 19, 2007 10:38, Loic Dachary wrote: > "Mogens Melander" <[EMAIL PROTECTED]> writes: > >> poker-network, configure complain still: >> >> checking wether python module libxml2 is available... >> /usr/lib/python2.5/site-packages/libxml2.py ... yes >> checking wether python module twisted is available... >> /usr/local/poker/lib/python2.5/site-packages/twisted ... yes >> checking wether python module MySQLdb is available... >> Traceback (most recent call last): >> File "<string>", line 8, in <module> >> ImportError: No module named MySQLdb >> failed > > How did you install it ?
This http://peak.telecommunity.com/DevCenter/EasyInstall gave me the hint to: edit/create file: /usr/lib/python2.5/site-packages/altinstall.pth to contain import os, site; site.addsitedir(os.path.expanduser('/usr/local/poker/lib/python2.5')) # export PYTHONPATH=/usr/local/poker/lib/python2.5/site-packages # python setup.py build # python setup.py install --prefix=/usr/local/poker Processing MySQL_python-1.2.2-py2.5-linux-i686.egg Removing /usr/local/poker/lib/python2.5/site-packages/MySQL_python-1.2.2-py2.5-linux-i686.egg Copying MySQL_python-1.2.2-py2.5-linux-i686.egg to /usr/local/poker/lib/python2.5/site-packages MySQL-python 1.2.2 is already the active version in easy-install.pth Installed /usr/local/poker/lib/python2.5/site-packages/MySQL_python-1.2.2-py2.5-linux-i686.egg Processing dependencies for MySQL-python==1.2.2 Finished processing dependencies for MySQL-python==1.2.2 >> checking wether python module OpenSSL is available... >> Traceback (most recent call last): >> File "<string>", line 8, in <module> >> ImportError: No module named OpenSSL >> failed > > Comment it out. Ok, i added an --enable-openssl=no to configure, and OpenSSL error is gone. I do have openssl-0.9.8e on the system, installed in /usr -- Later Mogens Melander +45 40 85 71 38 +66 870 133 224 -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
