http://stackoverflow.com/questions/2870262/django-admin-py-startproject-mysite-not-working-well-on-windows-7
solved
my problem.

2012/6/19 Seyfullah Tıkıç <sti...@gmail.com>

> Yes, I use an admin account. Python.exe is in my path as "c:\Python27". Ok
> I will try python <scriptname> <arguments...> way.
>
> Thank you.
>
>
> 2012/6/19 Dennis Lee Bieber <wlfr...@ix.netcom.com>
>
>> On Tue, 19 Jun 2012 08:41:55 +0300, Seyfullah Tıkıç <sti...@gmail.com>
>> declaimed the following in gmane.comp.python.django.user:
>>
>> > Ok, now I did it as you said. It is the same :
>> > C:\Python27\MyFiles>assoc .py=py_auto_file
>> > .py=py_auto_file
>> > C:\Python27\MyFiles>ftype py_auto_file="C:\Python27\python.exe" "%1" %*
>> > py_auto_file="C:\Python27\python.exe" "%1" %*
>> > C:\Python27\MyFiles>t.py a s d
>> > Argument 0 is   C:\Python27\MyFiles\t.py
>> > There is something wrong, but I couldn't understand.
>> >
>>         The only thing left is to ask if you are doing those statements
>> from
>> an Administration account? It may be that they aren't "sticking" due to
>> "all user" and "local user" conflicts in the registry.
>>
>>
>>        If that doesn't help, my recommendation is to just stop trying to
>> run Python scripts by supplying only the script name... use
>>
>>        python <scriptname> <arguments...>
>>
>> (python.exe /is/ found in your search path, is it not?)
>> --
>>        Wulfraed                 Dennis Lee Bieber         AF6VN
>>        wlfr...@ix.netcom.com    HTTP://wlfraed.home.netcom.com/
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>>
>
>
> --
> SEYFULLAH TIKIÇ
>



-- 
SEYFULLAH TIKIÇ

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to