Yes, apologies, I am on Geany1.38....Yes, apologies, will use LibreOffice in the future instead of the abbreviation.
2. Geany saves files where you tell it to, if you create the file in
Geany the first time you save the dialog will allow you to navigate to
any directory to save, so go to
.config/libreoffice/4/user/Scripts/Python/ and save there if thats
where LibreOffice wants them.
Ah! OK, because I could not get it to find .config/libreoffice...etc...I assumed there was an error...but your comment prompted me to do it manually....and that worked! Thank you!
1. from above, you are just editing script files for LibreOffice, you
don't really need to use projects, just save your Python files in the
required directory, nor for Python do you need to compile or build,
those are available for advanced users, but most of the time for
Python all you need to do is run your script, (or activate it from
LibreOffice if thats how its run).
Yes, thanks for that. Mostly I will be running them through LibreOffice....but I will occasionally run one through Geany....for example the following one....which I seem to be having a problem with,
When I compiled it I got an error I did not understand....and yet it seemed to run with no error....but it never printed a result.
I am totally baffled at this.
Where might I have gone wrong....or where am I misunderstanding Geany.
Thank you.