[18:19:39] <apollo13> dstufft: so somewhen somewhere I heard there is a thing which would associate .py files with python on windows
[18:20:10] <apollo13> if yes, since when does it exist and how badly can it break django^^
[18:20:24] <apollo13> I've got a user where python c:\applications\programming\python_341\Lib\site-packages\django\bin\django-admin.py startproject hibbert_tutorial works
[18:20:42] <apollo13> but without python it doesn't, so I suspect something in the interpreter selection must be off?
[18:20:59] <dstufft> well you can just associate a .py file with any python.exe, but there is py.exe too which you can associate and which understands shebang lines too
[18:21:14] <apollo13> since when does py.exe exist?