Hi there,
I have compiled my code using pyinstaller (onedir) and it is working perfectly. I also created msix package from the pyinstaller compiled executable. I can install the package without any problems and again it works. The problem comes when I want to redirect the netgen package/folder using msix packaging tool. I can redirect any other folders but netgen. When I redirect netgen, the folder is created in the destination path, but it’s empty. Does anyone knows why this happens and how to fix it?
PS: Since netgen uses LGPL license, I should make netgen accessable for users if I don’t want to violate LGPL license. That is why I redirect the netgen folder to a writable folder so that users can modify it if they want.
Regards