<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
I added the parenthesis, but problem continues.<br><br>Thanks.<br><br><div><div id="SkyDrivePlaceholder"></div>> Date: Tue, 10 Jan 2012 02:08:34 +0100<br>> From: lists.ban@herbesfolles.org<br>> To: geany@uvena.de<br>> Subject: Re: [Geany] Simple question - Michal Olber<br>> <br>> Le 10/01/2012 01:30, Ross McKay a écrit :<br>> > Ricardo Briceno wrote:<br>> ><br>> >> Very simple code. Maybe there is an option I need to configure:<br>> >><br>> >> #!/usr/bin/env python<br>> >> print "Hello World!"<br>> >><br>> >> When I run it in Geany I get an empty shell (command language type<br>> >> in linux) with just a $ prompt.<br>> ><br>> > Can you confirm that /usr/bin/env python actually gives you python? e.g.<br>> > just type this into a terminal and tell us what output you get:<br>> ><br>> > /usr/bin/env python<br>> ><br>> > On Fedora 16, I get the python shell. If you get an error, it's probably<br>> > because your computer doesn't have python set up correctly, or at least<br>> > /usr/bin/env doesn't know about it.<br>> <br>> Or maybe that it maps to Python 3, for which the above snippet isn't <br>> valid (print isn't a keyword anymore but a function -- e.g. needs <br>> parenthesis around the argument(s)).<br>> _______________________________________________<br>> Geany mailing list<br>> Geany@uvena.de<br>> https://lists.uvena.de/cgi-bin/mailman/listinfo/geany<br></div>                                    </div></body>
</html>