#1507: running django_admin.py - command line parameters are lost under windows
------------------------------------+---------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Type: defect | Status: closed
Priority: normal | Milestone:
Component: django-admin.py | Version:
Severity: normal | Resolution: worksforme
Keywords: |
------------------------------------+---------------------------------------
Changes (by [EMAIL PROTECTED]):
* status: new => closed
* resolution: => worksforme
Comment:
This problem is related to your Windows environment setup. See the
discussion here:
http://groups-beta.google.com/group/django-
users/browse_thread/thread/51ee13bb5690f63d
where this solution is proposed:
>> ''Alex Li Dec 20, 6:51 pm
>>
>> I think there might be something wrong in your .py extension to
>> python.exe linking in Windows setup. Specifically it seems like your
>> python script is working but the arguments after the first one is not
>> being passed on. Did you have %* at the end, like this?
>>
>> "D:\Python24\python.exe" "%1" %*
>>
>> HTH,
>> Alex''
This fixed the problem for me.
--
Ticket URL: <http://code.djangoproject.com/ticket/1507#comment:>
Django <http://code.djangoproject.org/>
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
-~----------~----~----~----~------~----~------~--~---