<div dir="ltr"><div>Hi,</div><div><br></div>The script Hello_world.py is located in C:\python_scripts. In this directory there are three files : Hello_world.py , Hello_world.pyc and geany_run_script.bat.<div><br></div><div>

The bat file content is :</div><div>---------------------------------------------------<br></div><div><div>python "Hello_world.py"</div><div><br></div><div>pause</div><div>del "%0"</div><div><br></div>

<div>pause</div></div><div>---------------------------------------------------<br></div><div><br></div><div>I think everything seem to be ok but the error persists.</div><div><br></div><div>Best regards.</div><div><br></div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/9/24 Matthew Brush <span dir="ltr"><<a href="mailto:mbrush@codebrainz.ca" target="_blank">mbrush@codebrainz.ca</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On 13-09-24 06:15 AM, JPM wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
With the execution command <pathTo>/python.exe "%f" the error persists.<br>
<br>
As you say it is very weird.<br>
<br>
</blockquote>
<br></div>
Where is your script located? I think Geany writes the runner script to the same directory as the script, which may not work as expected if the file is in some weird place like a directory you don't have proper permissions in (ex. outside of your home folder), a shared drive, a mounted FTP drive, etc. When I try to Execute such a script with Geany it places an error message in the Status tab and the status bar.<br>


<br>
Just an idea.<br>
<br>
Cheers,<br>
Matthew Brush<div class="HOEnZb"><div class="h5"><br>
______________________________<u></u>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.geany.org" target="_blank">Users@lists.geany.org</a><br>
<a href="https://lists.geany.org/cgi-bin/mailman/listinfo/users" target="_blank">https://lists.geany.org/cgi-<u></u>bin/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>