Issue with imports. May be someone know this problem...

srvCopy.py contains :
sys.path.append(os.path.abspath("../Process/"))
import Process 
...


Process.py contains :
import json
...


Pyinstaller can't find any module, not even json.

The solution given by the pyinstaller help pages does not work : 
https://pyinstaller.readthedocs.io/en/stable/when-things-go-wrong.html#helping-pyinstaller-find-modules

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/a5faed94-ff67-4397-bd83-b2b8241b0923n%40googlegroups.com.

Reply via email to