<div dir="ltr"><span style="font-size:12.8px">Hi,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I try to load a custom module in qgis python console but without success.</div><div style="font-size:12.8px"><span style="font-size:12.8px">I don't understand what I miss.</span></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I put my python module into project folder (file is named test.py)</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">the module contain a function like this;</div><div style="font-size:12.8px">def pr():</div><div style="font-size:12.8px">    print("hello")</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">when from Python console I've imported the module with "import test" I didn' have any error and qgis find the module but I can't access to my custom functions.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">any hints ?</div><div style="font-size:12.8px"><span style="font-size:12.8px">Thank in advance</span></div><div style="font-size:12.8px"><span style="font-size:12.8px"><br></span></div><div style="font-size:12.8px"><span style="font-size:12.8px">Luca</span></div><div style="font-size:12.8px"><span style="font-size:12.8px"> </span><br></div></div>