<div dir="ltr"><div><div><div>Thanks to all,<br><br></div>It works fine if i excute the run_script....sh in the VTE<br><br></div>I use python3 so i put python3 "%f" in Build ->Set build command<br><br></div>the terminal command in geany is /bin/bash<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-09-10 12:49 GMT+02:00 Lex Trotman <span dir="ltr"><<a href="mailto:elextr@gmail.com" target="_blank">elextr@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 10 September 2015 at 19:12, Jiří Techet <<a href="mailto:techet@gmail.com">techet@gmail.com</a>> wrote:<br>
> On Thu, Sep 10, 2015 at 12:54 AM, Lex Trotman <<a href="mailto:elextr@gmail.com">elextr@gmail.com</a>> wrote:<br>
>><br>
>> On 10 September 2015 at 03:11, Jiří Techet <<a href="mailto:techet@gmail.com">techet@gmail.com</a>> wrote:<br>
>> > On Wed, Sep 9, 2015 at 5:04 PM, François Couloigner<br>
>> > <<a href="mailto:fcouloigner@gmail.com">fcouloigner@gmail.com</a>><br>
>> > wrote:<br>
>> >><br>
>> >> Hi,<br>
>> >><br>
>> >> I use geany to run python script on ubuntu, windows or mac.<br>
>> >><br>
>> >> On mac (yosemite) i can't run script (F5).<br>
>> >> In console i receive the message :<br>
>> >> "The file /bin/sh<br>
>> >><br>
>> >> /var/folders/pk/lx2v4wjd765dhy6qqbpjhrgr0000gn/T/geany_run_script_SZMU4X.sh<br>
>> >> does not exist."<br>
>> >> or<br>
>> >> " The file /bin/sh /var/tmp/geany_run_script_4CJS4X.sh does not exist.<br>
>> >> "<br>
>> >> under admin user<br>
>> >><br>
>> >> But the files exits<br>
>> >> What happens ?<br>
>> >><br>
>> ><br>
>> > Strange, works for me. Does /bin/sh exist on your system and is it<br>
>> > executable? Try to execute it from Geany's terminal in case Geany can't<br>
>> > access it for some reason. To me the error message looks like /bin/sh<br>
>> > isn't<br>
>> > recognized as an executable and that<br>
>> ><br>
>> > /bin/sh<br>
>> ><br>
>> > /var/folders/pk/lx2v4wjd765dhy6qqbpjhrgr0000gn/T/geany_run_script_SZMU4X.sh<br>
>> ><br>
>> > is considered as a single path (within the "/bin/sh " subdirectory)<br>
>> > which<br>
>> > really doesn't exist. Did you set anything special under Build->Set<br>
>> > build<br>
>> > commands?<br>
>><br>
>> Or did you set the terminal command to /bin/sh?<br>
><br>
><br>
> The /bin/sh is actually hard-coded for execution (see build.c:875) so I<br>
> think this isn't the problem. However on OS X /bin/sh isn't bash but still<br>
> even with sh it should work (and works on my machine).<br>
<br>
</div></div>Oh, running in VTE?  Didn't see that specified :)<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
><br>
> Cheers,<br>
><br>
> Jiri<br>
><br>
> _______________________________________________<br>
> Users mailing list<br>
> <a href="mailto:Users@lists.geany.org">Users@lists.geany.org</a><br>
> <a href="https://lists.geany.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.geany.org/cgi-bin/mailman/listinfo/users</a><br>
><br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.geany.org">Users@lists.geany.org</a><br>
<a href="https://lists.geany.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.geany.org/cgi-bin/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>