<p></p>
<blockquote>
<p>Hello Matthew, thank You for the answer ! The problem is, that i don't know where the script file is located.I do not find any ...sh file in the directories around Geany.</p>
</blockquote>
<p>This is just a little wrapper script created by Geany dynamically. Basically it just runs the command you configured in Geany (Build->Set build commands). It is most probably unrelated to the real problem.</p>
<p>Can you run your code from the command like, e.g.: <code>python First_Tkinter_RSP.py</code>?<br>
Did you maybe configured IDLE to use a virtualenv?<br>
Can you save the following trivial example as file and try to execute it in Geany?<br>
If this works, it's related to your code otherwise it's a general problem with your Geany configuration.</p>
<div class="highlight highlight-source-python"><pre><span class="pl-c">#!/usr/bin/env python</span>
<span class="pl-c"># -*- coding: utf-8 -*-</span>

<span class="pl-en">print</span>(<span class="pl-s">"Hello World!"</span>)</pre></div>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/2578#issuecomment-678777626">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ5E6VTB62JVF3JW2STSCEN3XANCNFSM4QIFEDAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ7DVDPFB2Y6NX47VZDSCEN3XA5CNFSM4QIFEDA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFB2VGGQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/2578#issuecomment-678777626",
"url": "https://github.com/geany/geany/issues/2578#issuecomment-678777626",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>