Replies: 3 comments 2 replies
-
I never tried pyinstaller.. in any case the error seems related to the fact that a temporary directory is created which the system cannot access, something related to textures... |
Beta Was this translation helpful? Give feedback.
-
Did you fix it? Because I have the same problem and I don't know how to solve it |
Beta Was this translation helpful? Give feedback.
-
the data of vedo needs to be distributed with the package. You can copy it manually after creating the executable or add it to the "datas" field in the .spec file:
also make sure that you have installed |
Beta Was this translation helpful? Give feedback.
-
Hi,
I need to 'compile' a script containing vedo.Mesh to an exe. I need it to be an exe so it is accessible for other people who do not have python and all the script requirements installed.
When I run the exe I get a FileNotFoundError:
I'm using pyinstaller btw.
I don't really understand what's going on here. Any help would be appreciated :)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions