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
_______________________________________________
Users mailing list
[email protected]
https://lists.geany.org/cgi-bin/mailman/listinfo/users

Reply via email to