Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
11
rated 0 times [  11] [ 0]  / answers: 1 / hits: 5705  / 2 Years ago, thu, february 3, 2022, 3:52:08

Openshot stopped working on my friend's laptop. Running it in a terminal produces this. I suspect a python library it needs was removed.



------------------------- ERROR 1 ------------------------------
Failed to import 'from openshot import main'
Error Message: cannot import name main
----------------------------------------------------------------


------------------------- ERROR 2 ------------------------------
Failed to import 'from openshot.openshot import main'
Error Message: 'NoneType' object has no attribute 'set_cursor'
----------------------------------------------------------------


Tried:




  • Reinstalling openshot

  • Searching for the error reveals this bug, but I don't have the locale problem.


More From » openshot

 Answers
5

Try renaming the openshot config folder and restarting openshot i.e.



mv ~/.openshot ~/.openshot_backup
openshot


N.B. looking at the OpenShot forums - this solution is frequently quoted for these short of python issue.



source


[#43181] Saturday, February 5, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
egantfis

Total Points: 406
Total Questions: 108
Total Answers: 108

Location: Austria
Member since Thu, Jan 7, 2021
3 Years ago
;