﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
4708	manage.py dbshell problem on Windows	anonymous	Adrian Holovaty	"Hello,

I have a problem on my laptop when I run this command: ""manage.py runserver"" I get this error message:

C:\yml\_myScript_\dj_things\web_development\workspace\dj_project>manage.py dbshell
Traceback (most recent call last):
  File ""C:\yml\_myScript_\dj_things\web_development\workspace\dj_project\manage.py"", line 11, in <module>
    execute_manager(settings)
  File ""C:\yml\_myScript_\dj_things\web_development\svn_views\django_src\unicode\django\core\management.py"", line 1736,
in execute_manager
    execute_from_command_line(action_mapping, argv)
  File ""C:\yml\_myScript_\dj_things\web_development\svn_views\django_src\unicode\django\core\management.py"", line 1631,
in execute_from_command_line
    action_mapping[action]()
  File ""C:\yml\_myScript_\dj_things\web_development\svn_views\django_src\unicode\django\core\management.py"", line 1330,
in dbshell
    runshell()
  File ""C:\yml\_myScript_\dj_things\web_development\svn_views\django_src\unicode\django\db\__init__.py"", line 28, in <la
mbda>
    runshell = lambda: __import__('django.db.backends.%s.client' % settings.DATABASE_ENGINE, {}, {}, ['']).runshell()
  File ""C:\yml\_myScript_\dj_things\web_development\svn_views\django_src\unicode\django\db\backends\mysql\client.py"", li
ne 27, in runshell
    os.execvp('mysql', args)
  File ""C:\install\Python25\lib\os.py"", line 354, in execvp
    _execvpe(file, args)
  File ""C:\install\Python25\lib\os.py"", line 392, in _execvpe
    func(fullname, *argrest)
OSError: [Errno 2] No such file or directory

Also the rest of the framework is working just fine. I was running from the trunk on windows with python 2.5. Then I try to use the unicode branch same result. Then I have updated from python 2.5 to 2.5.1 same result.

Thank you for your help
"		closed	Core (Management commands)	dev		invalid	manage.py dbshell	yml.nospam@…	Unreviewed	0	0	0	0	0	0
