Actually, ".py" or any other extension can become an executable type by defining the extension via the commands "assoc" and "ftype". I believe that Python installation on Windows probably does something like this, as any of my "xxx.py" files (and Django-supplied files such as django-admin.py and manage.py) can be run from the command prompt directly, and include support for command-line parameters as well. Looking at the output from "assoc", you'll find that even ".bat" and ".exe" extensions are defined in this manner. Ken
But a bigger problem on Windows is that on windows .py files are not > an executable type. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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=.