AcademySoftwareFoundation / xstudio

xSTUDIO is a modern, high performance and feature rich playback and review application designed for organisations and individuals in the post production, VFX and Animation industries.
Apache License 2.0
639 stars 83 forks source link

python311.dll was not found #114

Closed p0las closed 2 months ago

p0las commented 2 months ago

I have compiled xstudio for windows as per instructions. it compiled and then installed without any issues. When I execute it however, it complains about python311.dll while it seems to be compiled with 3.10. I'm not entirely sure what the correct procedure to fix this is. I thought it downloads the required python through vcpkg. Does it rely on my system python (which indeed is 3.10)?

p0las commented 2 months ago

in case anyone has the same problem it relies on system python and it has to be 3.11. even after it is compiled and installed it still needs the system-wide python to run and is not a self-contained application.