http://tools.wmflabs.org/betacommand-dev/cgi-bin/SIL which is: ================================================== #! /usr/bin/python # vim:ts=4 sw=4 et: # -*- coding: utf-8 -*-
print "Content-Type: text/plain" print "" print "Test!" ================================================== On Sun, Sep 1, 2013 at 12:29 PM, Merlijn van Deen <[email protected]>wrote: > On 1 September 2013 18:12, John <[email protected]> wrote: > >> its owned by the project so thats not the issue either (I use svn for >> copying files) >> >> > Hm. It would be useful to post your code somewhere. The following works > for me: > > http://tools.wmflabs.org/nlwikibots/test.py > > local-nlwikibots@tools-login:~/public_html$ cat test.py > #! /usr/bin/python > # vim:ts=4 sw=4 et: > # -*- coding: utf-8 -*- > > print "Content-Type: text/plain" > print "" > print "Test!" > local-nlwikibots@tools-login:~/public_html$ ls -lh test.py > -rwxr-xr-x 1 local-nlwikibots local-nlwikibots 122 Sep 1 16:26 test.py > > > > _______________________________________________ > Labs-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/labs-l > >
_______________________________________________ Labs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/labs-l
