I'm using PSP 2019 for scanning and cleaning some old magazines.
I'm new to Python.
For my project I have just registered, modified and saved some Scripts.
Then I realized the necessity of a "repository.script" for registering some constants and functions "global" in the project (i.e. shared among the Scripts).
This my Repository.script is located in folder Python Libraries and is imported - when nedeed - by others Scripts.
Now the problem:
I've noted that if I modify the Repository.script while PSP is running, the changes do not apply and the Scripts maintain the old version.
In other word, it's seems that the Import command is acting only at the first call, but after there is no refresh.
Closing and restarting PSP makes all OK but, let me say, this is ... ehm ... annoying
Any suggestion?
Paolo
