Bug 480074 - Configure Error While Running Python3 Script
Summary: Configure Error While Running Python3 Script
Status: REPORTED
Alias: None
Product: kdenlive
Classification: Applications
Component: Setup & Installation (show other bugs)
Version: 23.08.4
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-20 01:02 UTC by Charlie Ramirez Animation Studios MX
Modified: 2024-01-20 01:05 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Python Error in Configure (62.37 KB, image/png)
2024-01-20 01:02 UTC, Charlie Ramirez Animation Studios MX
Details
Error in Transcode refering Missing dll (12.69 KB, image/png)
2024-01-20 01:02 UTC, Charlie Ramirez Animation Studios MX
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie Ramirez Animation Studios MX 2024-01-20 01:02:04 UTC
Created attachment 165056 [details]
Python Error in Configure

SUMMARY
***
As the title suggests, The program returns a Python error referencing scripts not found when opening configuration.
This error could be preventing the execution of other processes such as clip transcoding. The installation is completely clean (first time on the machine) I tried to reinstall again without success
***
STEPS TO REPRODUCE
1. Do a Clean install of KDEnlive 23.08.4 on a Windows 11 machine
2.Open Configure.
One or several error windows should be displayed immediately referring to python errors.
3. Try adding a GIF or file that requires a Transcode (All transcodes will fail because they call Nvidia dependencies even if you don't have one).

OBSERVED RESULT
The errors suggest that the program is trying to make calls to missing .py dependencies in the installation folder
It could be related to this other bug that occurred in Arch Linux in 2023 https://bugs.kde.org/show_bug.cgi?id=465535
EXPECTED RESULT
The program should be able to install the "missing" .py and .dll from its installation folder or reference whether it already has or is compatible with a version of python currently installed

SOFTWARE/OS VERSIONS
Kdenlive: 23.08.4
Package Type: Unknown/Default
MLT: 7.21.0
Qt: 5.15.10 (built against 5.15.10 x86_64-little_endian-llp64)
Frameworks: 5.112.0
System: Windows 11 Version 2009
Kernel: winnt 10.0.22631
CPU: x86_64
Windowing System: windows
Movit (GPU): disabled
Track Compositing: qtblend
Python 3.12 (64bit) Installed

ADDITIONAL INFORMATION
Comment 1 Charlie Ramirez Animation Studios MX 2024-01-20 01:02:51 UTC
Created attachment 165057 [details]
Error in Transcode refering Missing dll