I set unique named module by "createUniqueModule" function for each thread. When using these modules' evalScript funciton in multithread. I got access confit error in python.dll.
Since PythonQt is a singleton. I think there may have multithread accesing confilt somewhere in PythonQt even I have unique named module.