In my machine (Windows), I can use my executable of my python program. But if I try on the machine of another person(Windows), it doesn't work.
The executable blocks at the line : from unqlite import UnQLite
I have fixed his dependency in packages variable: options={'build_exe':{'include_files':includefiles,'packages': ['Cython'],'includes':['unqlite']}}
And if I look at the folder where it puts the exe, the unqlite.pyd is there...