At 2011-12-31 19:47:35 +0300, Timothy Makobu wrote: > File associations are fine i reckon, because django-admin is giving you the > help message because for some reason it thinks you're *giving it improper > input*.
What about other Python programs? Do they have the same problem? Put this next paragraph in a file and run it with different numbers of arguments and see what happens. import sys print "%d arguments" % len(sys.argv) Save it as args.py Run python args.py python args.py arg1 python args.py arg1 arg2 -- 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.