MySQL 5.5. installation on Windows doesn't show up in the registry properly -
i trying django mysql working on windows 7 machine. need mysqldb interface this. when try install "mysqldb interface", looks mysql installation in hkey_local_machine. in registry shows in hkey_current_user/software/mysql ab/mysql server 5.5.
my sql instance seems work fine.
mysqldb installer somehow needs in hkey_local_machine (i think) doesn't let me finish install. throws me error.
traceback (most recent call last): file "setup.py", line 15, in <module> metadata, options = get_config() file "c:\blah\software\mysql-python-1.2.3\setup_windows. py", line 8, in get_config mysql_root, dummy = _winreg.queryvalueex(serverkey,'location') windowserror: [error 2] system cannot find file specified thanks lot time.
you can fix registry key in site.cfg. or can download windows msi package sourceforge. (no, did not exist when question posted.)
Comments
Post a Comment