Re: [Github-comments] [geany/geany] In IDLE my Tkinter program was executed, but Geany only starts a script (#2578)

2020-09-21 Thread elextr
Closed #2578. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2578#event-3788505934

Re: [Github-comments] [geany/geany] In IDLE my Tkinter program was executed, but Geany only starts a script (#2578)

2020-08-30 Thread hlech65730
Hello Matthew, hello Enrico, hello Elextr, when I run my python scripts from command line they were executed ( inside of the command line window ).In the Execute adjustment of Geany the command is : python3 "%f" . The Python files are not on /home/pi or home/pi/desktop, I created some subfolders

Re: [Github-comments] [geany/geany] In IDLE my Tkinter program was executed, but Geany only starts a script (#2578)

2020-08-23 Thread Matthew Brush
> The problem is, that i don't know where the script file is located As @eht16 said, I meant to run your own Python script from the command line. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany

Re: [Github-comments] [geany/geany] In IDLE my Tkinter program was executed, but Geany only starts a script (#2578)

2020-08-23 Thread Enrico Tröger
> 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. This is just a little wrapper script created by Geany dynamically. Basically it just runs the command you configured

Re: [Github-comments] [geany/geany] In IDLE my Tkinter program was executed, but Geany only starts a script (#2578)

2020-08-23 Thread hlech65730
Hello elextr, thank you very much for Your answer ! I started Geany in 2 ways, from menu and with an icon in a folder from the desktop that i have created. The behaviour is the same when i started my python file. Only the empty Terminal window appears, that's all. When i load and start my python

Re: [Github-comments] [geany/geany] In IDLE my Tkinter program was executed, but Geany only starts a script (#2578)

2020-08-23 Thread hlech65730
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. Do You know it ?  Mit freundlichen Grüßen, Holger Lech Hadamarstr.22b 93051 Regensburg Email : hlech65...@aol.com -Urspr

Re: [Github-comments] [geany/geany] In IDLE my Tkinter program was executed, but Geany only starts a script (#2578)

2020-08-22 Thread elextr
How are you starting Geany? Are all the right python tk parts in your path? Sometimes Geany started from menus is not started i n a shell, so the login startup files are never read and setups are missed. -- You are receiving this because you are subscribed to this thread. Reply to this email d

Re: [Github-comments] [geany/geany] In IDLE my Tkinter program was executed, but Geany only starts a script (#2578)

2020-08-22 Thread Matthew Brush
What happens if you run the script from the normal terminal outside of Geany? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2578#issuecomment-678674343

[Github-comments] [geany/geany] In IDLE my Tkinter program was executed, but Geany only starts a script (#2578)

2020-08-22 Thread hlech65730
Hello @ all, i am testing out a first Tkinter python program on different OS. On Raspbian ( Stretch ) i run this program under IDLE and IDLE3 and from Geany ( 1.29 ). The code is : ` #from Tkinter import * # Python 2 from tkinter import * # Python 3 # definition of function upper radio button