Hi, ~flow wrote: >> manage-shorty.py runserver > > still fails as described above -- and the python version reported is > the same (i had suspected that line to call my old python 2.4 > installation, but no). so the mystery is: how can these two ways to > run a python script be so different? to me they should be identical? On windows the invocation of a python script happens either via "python + script" or under some windows versions just as "script" which however requires Python to be linked to that file extension. However it's not possible to pass arguments to that script that way.
A good solution would be adding a bat that calls python + the arguments of the script. Regards, Armin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pocoo-libs" 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/pocoo-libs?hl=en -~----------~----~----~----~------~----~------~--~---
