I have coded a module file, there is a class in the file, I paste it in
D:\Abaqus\SIMULIA\CAE\2018\win_b64\tools\SMApy\python2.7\Lib\site-packages\my_module
then I run main.py script in Abaqus
-------------main.py------------
from my_module import *
....
....
---------------------------------
but it return "no module named my_module"
How to do?