<div dir="ltr">Hello,<div>I am trying to work in the scripting editor with two modules.</div><div>Assume I have a main.py script and a mylibrary.py in the same folder.<br></div><div><br></div><div>In the system settings I made sure to add the said folder to the PYTHONPATH in prepend mode in order to be able to find the mylibrary upon import.</div><div><br></div><div>This is what I am experiencing when trying to work with the mylibrary from the main script:</div><div><br></div><div>* sometimes (or maybe always), it the mylibrary module is run, then in the main module the import doesn't seem to be needed, as if the functions defined in the mylibrary were held somewhere in a stack</div><div>* sometimes, and that is the worst, if a function in mylibrary has been changed, there is no way to make the main script reference the new version. Somewhere in memory the old version of the function sticks and is not overwritten</div><div>* sometimes mylibrary can't be seen (module does not exist), but after a few restarts it does work</div><div><br></div><div>It is well possible that I am missing some configuration or proper way of doing things, but I could not find anything related to it in the docs.</div><div><br></div><div>Does anyone have a good idea for me or see what I am missing?</div><div>Thanks a ton,</div><div>Andrea</div></div>