#10357: "manage.py dbshell" broken for MySQL on Windows
------------------------------------+---------------------------------------
          Reporter:  anonymous      |         Owner:  nobody
            Status:  new            |     Milestone:        
         Component:  Uncategorized  |       Version:  1.0   
        Resolution:                 |      Keywords:        
             Stage:  Unreviewed     |     Has_patch:  1     
        Needs_docs:  0              |   Needs_tests:  0     
Needs_better_patch:  1              |  
------------------------------------+---------------------------------------
Comment (by markshep):

 OK, I've got a patch which I'll attach now.  My first idea was to use
 os.spawnvp(), but apparently that's only implemented in Python for Unix,
 not Python for Windows.  Which is pretty damn strange if you ask me
 because all the spawn* functions exist as part of the Windows API:
 http://msdn.microsoft.com/en-us/library/20y988d2(VS.80).aspx.  So I've
 used os.system instead, but only when os.name == 'nt'.

 I hope the new patch (db.patch) addresses the problems you raised.  If
 not, please let me know.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10357#comment:5>
Django <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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to