#4708: manage.py dbshell is broken
-----------------------+----------------------------------------------------
Reporter: anonymous | Owner: adrian
Status: new | Component: django-admin.py
Version: SVN | Keywords: manage.py dbshell
Stage: Unreviewed | Has_patch: 0
-----------------------+----------------------------------------------------
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
--
Ticket URL: <http://code.djangoproject.com/ticket/4708>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---