[Geany-Users] Geany on Raspberry Pi... can't see Tkinter window

Matthew Brush mbrush at xxxxx
Sun May 20 04:18:12 UTC 2018


On 2018-05-19 09:06 PM, Eric Stephan wrote:
> 
> Hi -- thanks for that info!
> 
> -- I'm embarrassed to say that since I don't usually put longish scripts into the command line, I'm not sure how to get the many individual commands (with its odd bind commands etc) into just the command line.  merely pasting it gives "SyntaxError: multiple statements found while compiling a single statement"
> 

You save the code into a file with a .py extension, and run it with the 
command `python yourfile.py`. That will make Python execute all your 
code without having to re-type or paste it each time.

Regards,
Matthew Brush


More information about the Users mailing list