Ricardo Briceno wrote: >Very simple code. Maybe there is an option I need to configure: > >#!/usr/bin/env python >print "Hello World!" > >When I run it in Geany I get an empty shell (command language type >in linux) with just a $ prompt.
Can you confirm that /usr/bin/env python actually gives you python? e.g. just type this into a terminal and tell us what output you get: /usr/bin/env python On Fedora 16, I get the python shell. If you get an error, it's probably because your computer doesn't have python set up correctly, or at least /usr/bin/env doesn't know about it. -- Ross McKay, Toronto, NSW Australia "Let the laddie play wi the knife - he'll learn" - The Wee Book of Calvin _______________________________________________ Geany mailing list [email protected] https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
