exported / paimei

Automatically exported from code.google.com/p/paimei
GNU General Public License v2.0
1 stars 0 forks source link

Paimei framework not running. #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

I am using python 2.5 (as provided with the hotfuzz fuzzer). Even after 
installing mysql server 5.5 every time i try run  paimeiconsole.pyw, i get 
warning mesg "required module missing:mysqldb". Running 
__install_requirements.py doesnt help. Please help

thanks

Original issue reported on code.google.com by soumya.m...@gmail.com on 24 Feb 2011 at 6:39

GoogleCodeExporter commented 9 years ago
I tried to re-install mysql sever5.5 with 'enable strict mode' option 
unchecked. Still running install requirement script shows 'sqldb: not found'.  
I also tried running setupmysql script, it doesnt run. Running 
paimeiconsole.pyw shows same error. kindly help.

Original comment by soumya.m...@gmail.com on 25 Feb 2011 at 6:04

GoogleCodeExporter commented 9 years ago
Have you tried importing "mysqldb" module manually i.e.
C:>\python
>> import mysqldb
Does it load? If not, it is not a paimai fault, but rather a general issue of 
importing a python module => mysqldb is not installed.
You may be knowing that installing mysql-python module on windows is not 
friendly. Perhaps, you may try compiled windows binaries for your python 
version.
-Sanjay

Original comment by tosanj...@gmail.com on 22 Mar 2011 at 9:57

GoogleCodeExporter commented 9 years ago
i will give a try and let you know.. thanks

regards
soumya

Original comment by soumya.m...@gmail.com on 22 Mar 2011 at 3:46

GoogleCodeExporter commented 9 years ago
I have updated the __install_requirements.py script (for python 2.6 that is)

http://gitorious.org/paimei

Waiting for someone to merge back

Original comment by streetde...@gmail.com on 9 Mar 2012 at 12:31